Commit 8854086
committed
style: adjust button background colors for better visual consistency
Updated button background color definitions in FlowStyle.qml to improve
visual consistency across different themes and states. Changed crystal
theme colors to use simplified RGBA values (0,0,0 instead of 16/255) for
better maintainability. Added missing hoveredDark and pressedDark states
for crystal theme to ensure proper dark mode support. Adjusted opacity
values for better contrast and visual hierarchy in both light and dark
themes.
Log: Improved button visual appearance in different themes
style: 调整按钮背景颜色以提升视觉一致性
更新了 FlowStyle.qml 中的按钮背景颜色定义,以改善不同主题和状态下的视觉
一致性。将水晶主题颜色改为使用简化的 RGBA 值(0,0,0 替代 16/255)以提高
可维护性。为水晶主题添加了缺失的 hoveredDark 和 pressedDark 状态,确保正
确的深色模式支持。调整了透明度值以在浅色和深色主题中获得更好的对比度和视
觉层次。
Log: 改进了不同主题下按钮的视觉外观
PMS: BUG-268509 BUG-3274511 parent cb811c0 commit 8854086
1 file changed
Lines changed: 15 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
116 | 120 | | |
117 | 121 | | |
118 | 122 | | |
119 | | - | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
120 | 128 | | |
121 | 129 | | |
122 | 130 | | |
| |||
207 | 215 | | |
208 | 216 | | |
209 | 217 | | |
210 | | - | |
| 218 | + | |
211 | 219 | | |
212 | 220 | | |
213 | 221 | | |
214 | | - | |
| 222 | + | |
215 | 223 | | |
216 | 224 | | |
217 | 225 | | |
| 226 | + | |
218 | 227 | | |
219 | 228 | | |
220 | 229 | | |
221 | 230 | | |
222 | 231 | | |
223 | 232 | | |
224 | 233 | | |
| 234 | + | |
225 | 235 | | |
226 | 236 | | |
227 | 237 | | |
| |||
0 commit comments