mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Improve styling of MessageStack
This commit is contained in:
parent
f5e4ef108e
commit
ff0b05acb2
1 changed files with 9 additions and 2 deletions
11
theme.json
11
theme.json
|
|
@ -45,6 +45,7 @@
|
|||
|
||||
"colors": {
|
||||
"primary": [12, 169, 227, 255],
|
||||
"primary_hover": [34, 150, 190, 255],
|
||||
"primary_text": [255, 255, 255, 255],
|
||||
"border": [205, 202, 201, 255],
|
||||
"secondary": [205, 202, 201, 255],
|
||||
|
|
@ -103,7 +104,10 @@
|
|||
"save_button_inactive": [205, 202, 201, 255],
|
||||
"save_button_active": [12, 159, 227, 255],
|
||||
"save_button_active_hover": [34, 150, 190, 255],
|
||||
"save_button_text": [35, 35, 35, 255]
|
||||
"save_button_text": [35, 35, 35, 255],
|
||||
|
||||
"message": [205, 202, 201, 255],
|
||||
"message_text": [35, 35, 35, 255]
|
||||
},
|
||||
|
||||
"sizes": {
|
||||
|
|
@ -137,6 +141,9 @@
|
|||
"tooltip_margins": [1.0, 1.0],
|
||||
|
||||
"save_button_border": [0.06, 0.06],
|
||||
"save_button_label_margin": [0.5, 0.5]
|
||||
"save_button_label_margin": [0.5, 0.5],
|
||||
|
||||
"message": [30.0, 5.0],
|
||||
"message_close": [1.25, 1.25]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue