mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Display "action" items with color
This commit is contained in:
parent
08eb6fc4b1
commit
8a114d345f
6 changed files with 38 additions and 24 deletions
|
|
@ -5,6 +5,8 @@ import 'dart:ui';
|
|||
const Color COLOR_GRAY = Color.fromRGBO(50, 50, 50, 1);
|
||||
const Color COLOR_GRAY_LIGHT = Color.fromRGBO(150, 150, 150, 1);
|
||||
|
||||
const Color COLOR_CLICK = Color.fromRGBO(175, 150, 100, 0.9);
|
||||
|
||||
const Color COLOR_BLUE = Color.fromRGBO(0, 0, 250, 1);
|
||||
|
||||
const Color COLOR_STAR = Color.fromRGBO(250, 250, 100, 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue