Skip to content

Button interaction states and tweaks #102

@sgraden

Description

@sgraden

image
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!

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions