2
0
mirror of synced 2025-01-31 08:45:36 +00:00

fix(StatusQ.Core.Theme): use correct dropshadow color in dark theme

This commit is contained in:
Pascal Precht 2021-06-02 14:17:16 +02:00 committed by Pascal Precht
parent 062fe42a81
commit 70e17b0598

View File

@ -68,6 +68,8 @@ ThemePalette {
source: "../../../assets/fonts/InterStatus/InterStatus-Black.otf"
}
property color dropShadow: getColor('black', 0.08)
baseColor1: getColor('graphite5')
baseColor2: getColor('graphite4')
baseColor3: getColor('graphite3')