mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-01 18:21:52 +02:00
💄 Checkbox component
This commit is contained in:
parent
cebc32836b
commit
562ad81591
2 changed files with 35 additions and 17 deletions
|
@ -49,6 +49,10 @@ module.exports = {
|
|||
accent: {
|
||||
DEFAULT: colors.gray["100"],
|
||||
},
|
||||
"action-bar": {
|
||||
DEFAULT: colors.gray["800"],
|
||||
foreground: colors.white,
|
||||
},
|
||||
muted: {
|
||||
DEFAULT: colors.gray["100"],
|
||||
background: colors.gray["50"],
|
||||
|
@ -63,6 +67,14 @@ module.exports = {
|
|||
background: colors.white,
|
||||
foreground: colors.gray["700"],
|
||||
},
|
||||
sidebar: {
|
||||
DEFAULT: colors.gray["100"],
|
||||
foreground: colors.gray["700"],
|
||||
accent: {
|
||||
DEFAULT: colors.gray["200"],
|
||||
foreground: colors.gray["800"],
|
||||
},
|
||||
},
|
||||
},
|
||||
keyframes: {
|
||||
wiggle: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue