chore(theme): add dropShadow theme color and use it where needed

This commit is contained in:
Jonathan Rainville 2021-07-29 15:20:15 -04:00 committed by Iuri Matias
parent 9e53c23596
commit 164efde2c4
7 changed files with 7 additions and 4 deletions

View File

@ -36,7 +36,7 @@ ModalPopup {
verticalOffset: 5
radius: 10
samples: 15
color: "#22000000"
color: Style.current.dropShadow
}
}

View File

@ -31,7 +31,7 @@ Popup {
verticalOffset: 5
radius: 10
samples: 15
color: "#22000000"
color: Style.current.dropShadow
}
}
padding: Style.current.padding

View File

@ -34,6 +34,7 @@ Theme {
property color orange: "#FFA500"
property color background: "#2C2C2C"
property color dropShadow: "#66000000"
property color appBarDividerColor: darkGrey
property color border: darkGrey
property color borderSecondary: tenPercentWhite

View File

@ -34,6 +34,7 @@ Theme {
property color orange: "#FFA500"
property color background: white
property color dropShadow: "#22000000"
property color appBarDividerColor: darkGrey
property color border: grey
property color borderSecondary: tenPercentBlack

View File

@ -33,6 +33,7 @@ QtObject {
property color orange: "#FE8F59"
property color background
property color dropShadow
property color backgroundHover
property color backgroundHoverLight
property color border

View File

@ -76,7 +76,7 @@ Popup {
verticalOffset: 2
radius: 10
samples: 15
color: "#22000000"
color: Style.current.dropShadow
}
}

View File

@ -65,7 +65,7 @@ Popup {
verticalOffset: 2
radius: 10
samples: 15
color: "#22000000"
color: Style.current.dropShadow
}
}