mirror of
https://github.com/ThisIsBenny/iOS-Widgets.git
synced 2025-05-01 20:27:41 +00:00
new colors
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
parent
7c2fc3a25b
commit
9abed372c0
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ if (Device.isUsingDarkAppearance()) {
|
|||
backColor2 = '222222';
|
||||
textColor = 'EDEDED';
|
||||
} else {
|
||||
backColor = '196f3d';
|
||||
backColor2 = '1e8449 ';
|
||||
backColor = '229954';
|
||||
backColor2 = '52be80 ';
|
||||
textColor = 'EDEDED';
|
||||
}
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Reference in a new issue