mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Dark mode color fix (#318)
* Fix custom colors in API forms * update release notes * update build version
This commit is contained in:
parent
a3d712d11d
commit
b54565d1c3
4 changed files with 8 additions and 4 deletions
|
|
@ -1,6 +1,5 @@
|
|||
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(150, 120, 100, 0.9);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue