Skip to content
Snippets Groups Projects
Commit 112c21a0 authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

feat: add new btn-default style

parent d1ae0eaf
No related branches found
No related tags found
No related merge requests found
...@@ -146,3 +146,9 @@ thead .fc-day-selected:hover { ...@@ -146,3 +146,9 @@ thead .fc-day-selected:hover {
.is-mismatched { .is-mismatched {
color: var(--orange); color: var(--orange);
} }
@layer components {
.btn-default {
@apply tw-bg-gray-100 tw-border tw-border-solid tw-border-black/5 tw-transition hover:enabled:tw-brightness-95 focus-visible:enabled:tw-brightness-95;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment