Modification du thème et ajout de deux catégorie dans les paramètres

This commit is contained in:
2024-03-17 16:49:50 +01:00
parent 56bf47b91a
commit 553b37654e
3 changed files with 29 additions and 9 deletions

View File

@ -18,10 +18,10 @@ const CustomThemeDark = {
primary: '#e91e1e',
secondary: '#F44336',
accent: '#FFC107',
error: '#FF5722',
error: '#e91e1e',
warning: '#FFC107',
info: '#607D8B',
success: '#4CAF50'
success: '#e91e1e'
}
}
const CustomThemeLight = {
@ -31,7 +31,7 @@ const CustomThemeLight = {
primary: '#e91e1e',
secondary: '#F44336',
accent: '#FFC107',
error: '#FF5722',
error: '#e91e1e',
warning: '#FFC107',
info: '#607D8B',
success: '#4CAF50'