mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Lots of updates
This commit is contained in:
@ -3,6 +3,8 @@ export default {
|
||||
FONT_SIZE_M: 14,
|
||||
FONT_SIZE_L: 18,
|
||||
|
||||
FONT_WEIGHT_BOLD: '600',
|
||||
|
||||
SPACING_XS: 4,
|
||||
SPACING_S: 8,
|
||||
SPACING_M: 16,
|
||||
|
@ -7,6 +7,7 @@ export type ColorDefinitions =
|
||||
| 'link'
|
||||
| 'border'
|
||||
| 'separator'
|
||||
| 'dangerous'
|
||||
|
||||
const themeColors: {
|
||||
[key in ColorDefinitions]: {
|
||||
@ -37,6 +38,10 @@ const themeColors: {
|
||||
separator: {
|
||||
light: 'rgba(0, 0, 0, 0.1)',
|
||||
dark: 'rgba(255, 255, 255, 0.1)'
|
||||
},
|
||||
dangerous: {
|
||||
light: 'rgb(255, 59, 48)',
|
||||
dark: 'rgb(255, 69, 58)'
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user