mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Expandable content done
This commit is contained in:
@ -5,6 +5,8 @@ export type ColorDefinitions =
|
||||
| 'secondary'
|
||||
| 'disabled'
|
||||
| 'background'
|
||||
| 'backgroundGradientStart'
|
||||
| 'backgroundGradientEnd'
|
||||
| 'link'
|
||||
| 'border'
|
||||
| 'separator'
|
||||
@ -34,6 +36,14 @@ const themeColors: {
|
||||
light: 'rgb(255, 255, 255)',
|
||||
dark: 'rgb(0, 0, 0)'
|
||||
},
|
||||
backgroundGradientStart: {
|
||||
light: 'rgba(255, 255, 255, 0.5)',
|
||||
dark: 'rgba(0, 0, 0, 0.5)'
|
||||
},
|
||||
backgroundGradientEnd: {
|
||||
light: 'rgba(255, 255, 255, 1)',
|
||||
dark: 'rgba(0, 0, 0, 1)'
|
||||
},
|
||||
link: {
|
||||
light: 'rgb(0, 122, 255)',
|
||||
dark: 'rgb(10, 132, 255)'
|
||||
|
Reference in New Issue
Block a user