cloudflare / cloudflare/deploy.workers.cloudflare.com
Button interaction states and tweaks
Open
bug
- Dominant language
- JavaScript
- Stars
- 78
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description

Noticed this first authorize workers button is a link and not styled the same as other buttons which have `padding y 8px` and `padding x 16px`
Primary Hover states
```
hover {
background-color: var(--blue-3);
}
```
Secondary
```
hover {
background-color: var(--blue-4);
color: var(--white);
}
```
I would do these changes, but I can't figure out how to navigate the tailwind css as it's hover states don't work!
Contributor guide
Assessment
This issue has not been assessed yet.