Files
ontime/apps/client/src/theme/ontimeSwitch.ts
T
Carlos Valente ce14aabcd7 Navigation (#850)
2024-03-27 21:02:40 +01:00

13 lines
261 B
TypeScript

export const ontimeSwitch = {
track: {
background: '#2d2d2d', // $gray-1100
border: '1px solid transparent',
_checked: {
background: '#2B5ABC', // $blue-700
},
_focus: {
border: '1px solid #578AF4', // $blue-500
},
},
};