mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-23 03:58:49 +00:00
chore(theme): add dropShadow theme color and use it where needed
This commit is contained in:
parent
9e53c23596
commit
164efde2c4
@ -36,7 +36,7 @@ ModalPopup {
|
|||||||
verticalOffset: 5
|
verticalOffset: 5
|
||||||
radius: 10
|
radius: 10
|
||||||
samples: 15
|
samples: 15
|
||||||
color: "#22000000"
|
color: Style.current.dropShadow
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ Popup {
|
|||||||
verticalOffset: 5
|
verticalOffset: 5
|
||||||
radius: 10
|
radius: 10
|
||||||
samples: 15
|
samples: 15
|
||||||
color: "#22000000"
|
color: Style.current.dropShadow
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
padding: Style.current.padding
|
padding: Style.current.padding
|
||||||
|
@ -34,6 +34,7 @@ Theme {
|
|||||||
property color orange: "#FFA500"
|
property color orange: "#FFA500"
|
||||||
|
|
||||||
property color background: "#2C2C2C"
|
property color background: "#2C2C2C"
|
||||||
|
property color dropShadow: "#66000000"
|
||||||
property color appBarDividerColor: darkGrey
|
property color appBarDividerColor: darkGrey
|
||||||
property color border: darkGrey
|
property color border: darkGrey
|
||||||
property color borderSecondary: tenPercentWhite
|
property color borderSecondary: tenPercentWhite
|
||||||
|
@ -34,6 +34,7 @@ Theme {
|
|||||||
property color orange: "#FFA500"
|
property color orange: "#FFA500"
|
||||||
|
|
||||||
property color background: white
|
property color background: white
|
||||||
|
property color dropShadow: "#22000000"
|
||||||
property color appBarDividerColor: darkGrey
|
property color appBarDividerColor: darkGrey
|
||||||
property color border: grey
|
property color border: grey
|
||||||
property color borderSecondary: tenPercentBlack
|
property color borderSecondary: tenPercentBlack
|
||||||
|
@ -33,6 +33,7 @@ QtObject {
|
|||||||
property color orange: "#FE8F59"
|
property color orange: "#FE8F59"
|
||||||
|
|
||||||
property color background
|
property color background
|
||||||
|
property color dropShadow
|
||||||
property color backgroundHover
|
property color backgroundHover
|
||||||
property color backgroundHoverLight
|
property color backgroundHoverLight
|
||||||
property color border
|
property color border
|
||||||
|
@ -76,7 +76,7 @@ Popup {
|
|||||||
verticalOffset: 2
|
verticalOffset: 2
|
||||||
radius: 10
|
radius: 10
|
||||||
samples: 15
|
samples: 15
|
||||||
color: "#22000000"
|
color: Style.current.dropShadow
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -65,7 +65,7 @@ Popup {
|
|||||||
verticalOffset: 2
|
verticalOffset: 2
|
||||||
radius: 10
|
radius: 10
|
||||||
samples: 15
|
samples: 15
|
||||||
color: "#22000000"
|
color: Style.current.dropShadow
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user