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
1 changed files with 2 additions and 0 deletions

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')