mirror of
https://github.com/status-im/StatusQ.git
synced 2026-08-27 16:21:10 +00:00
feat(Theme): Added radius and bigPadding properties
This commit is contained in:
@@ -6,6 +6,9 @@ QtObject {
|
||||
id: appTheme
|
||||
property QtObject palette: StatusLightTheme {}
|
||||
|
||||
property int bigPadding: 24
|
||||
property int radius: 8
|
||||
|
||||
function setTheme(theme) {
|
||||
palette = theme
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user