mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 20:40:15 +02:00
18 lines
357 B
CSS
18 lines
357 B
CSS
.root[data-variant='filled'] {
|
|
background: var(--theme-colors-primary-filled);
|
|
}
|
|
|
|
.root[data-variant='outline'] {
|
|
background: transparent;
|
|
}
|
|
|
|
.root[data-variant='transparent'] {
|
|
background: transparent;
|
|
}
|
|
|
|
.root {
|
|
padding: var(--theme-spacing-xs) var(--theme-spacing-sm);
|
|
font-weight: 500;
|
|
background: var(--theme-colors-surface);
|
|
}
|