[FIX] Action Tint Color on Black theme (#2081)

This commit is contained in:
Djorkaeff Alexandre 2020-04-30 13:00:39 -03:00 committed by GitHub
parent 5698701a14
commit e3cfcf7f5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ export const themes = {
infoText: '#6d6d72', infoText: '#6d6d72',
tintColor: '#1e9bfe', tintColor: '#1e9bfe',
auxiliaryTintColor: '#cdcdcd', auxiliaryTintColor: '#cdcdcd',
actionTintColor: '#1ea1fe', actionTintColor: '#1e9bfe',
separatorColor: '#272728', separatorColor: '#272728',
navbarBackground: '#0d0d0d', navbarBackground: '#0d0d0d',
headerBorder: '#323232', headerBorder: '#323232',