mirror of
https://github.com/inventree/inventree-app.git
synced 2025-07-01 19:30:44 +00:00
feat: theme update (#645)
This commit is contained in:
@ -26,10 +26,8 @@ Color get COLOR_ACTION {
|
||||
}
|
||||
}
|
||||
|
||||
// Return an "app bar" color based on the current theme
|
||||
Color get COLOR_APP_BAR {
|
||||
return Color.fromRGBO(55, 150, 175, 1);
|
||||
}
|
||||
// Set to null to use the system default
|
||||
Color? COLOR_APP_BAR;
|
||||
|
||||
const Color COLOR_WARNING = Color.fromRGBO(250, 150, 50, 1);
|
||||
const Color COLOR_DANGER = Color.fromRGBO(200, 50, 75, 1);
|
||||
|
Reference in New Issue
Block a user