🎨 Format with Biome (#1097)
This commit is contained in:
@@ -1,31 +1,31 @@
|
||||
import { extendTheme } from '@chakra-ui/react'
|
||||
import { extendTheme } from "@chakra-ui/react"
|
||||
|
||||
const disabledStyles = {
|
||||
_disabled: {
|
||||
backgroundColor: 'ui.main',
|
||||
backgroundColor: "ui.main",
|
||||
},
|
||||
}
|
||||
|
||||
const theme = extendTheme({
|
||||
colors: {
|
||||
ui: {
|
||||
main: '#009688',
|
||||
secondary: '#EDF2F7',
|
||||
success: '#48BB78',
|
||||
danger: '#E53E3E',
|
||||
white: '#FFFFFF',
|
||||
dark: '#1A202C',
|
||||
darkSlate: '#252D3D',
|
||||
main: "#009688",
|
||||
secondary: "#EDF2F7",
|
||||
success: "#48BB78",
|
||||
danger: "#E53E3E",
|
||||
white: "#FFFFFF",
|
||||
dark: "#1A202C",
|
||||
darkSlate: "#252D3D",
|
||||
},
|
||||
},
|
||||
components: {
|
||||
Button: {
|
||||
variants: {
|
||||
primary: {
|
||||
backgroundColor: 'ui.main',
|
||||
color: 'ui.white',
|
||||
backgroundColor: "ui.main",
|
||||
color: "ui.white",
|
||||
_hover: {
|
||||
backgroundColor: '#00766C',
|
||||
backgroundColor: "#00766C",
|
||||
},
|
||||
_disabled: {
|
||||
...disabledStyles,
|
||||
@@ -35,10 +35,10 @@ const theme = extendTheme({
|
||||
},
|
||||
},
|
||||
danger: {
|
||||
backgroundColor: 'ui.danger',
|
||||
color: 'ui.white',
|
||||
backgroundColor: "ui.danger",
|
||||
color: "ui.white",
|
||||
_hover: {
|
||||
backgroundColor: '#E32727',
|
||||
backgroundColor: "#E32727",
|
||||
},
|
||||
},
|
||||
},
|
||||
@@ -48,7 +48,7 @@ const theme = extendTheme({
|
||||
enclosed: {
|
||||
tab: {
|
||||
_selected: {
|
||||
color: 'ui.main',
|
||||
color: "ui.main",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user