[FIX] Action Tint Color on Black theme (#2081)
This commit is contained in:
parent
5698701a14
commit
e3cfcf7f5b
|
@ -100,7 +100,7 @@ export const themes = {
|
|||
infoText: '#6d6d72',
|
||||
tintColor: '#1e9bfe',
|
||||
auxiliaryTintColor: '#cdcdcd',
|
||||
actionTintColor: '#1ea1fe',
|
||||
actionTintColor: '#1e9bfe',
|
||||
separatorColor: '#272728',
|
||||
navbarBackground: '#0d0d0d',
|
||||
headerBorder: '#323232',
|
||||
|
|
Loading…
Reference in New Issue