mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
replaced hsla with rgba color definitions
This commit is contained in:
parent
cbdd4c2f77
commit
3a594358c0
1 changed files with 2 additions and 2 deletions
|
|
@ -65,8 +65,8 @@
|
|||
"warning": "#ffc671",
|
||||
"list-view-group": {
|
||||
"bg": "#434a56",
|
||||
"bg-hover": "hsla(220, 14%, 70%, .3)",
|
||||
"bg-selected-hover": "hsla(200, 60%, 60%, .4)",
|
||||
"bg-hover": "rgba(168, 175, 189, 0.3)",
|
||||
"bg-selected-hover": "rgba(92, 173, 214, 0.4)",
|
||||
"bg-expander": "#2C313A",
|
||||
"bg-expander-hover": "#2d6c9f",
|
||||
"bg-expander-selected-hover": "#3784c5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue