chore: update toast color in dark-theme (#5186)

* update toastBackground color on dark theme

* Update colors.ts

---------

Co-authored-by: Reinaldo Neto <47038980+reinaldonetof@users.noreply.github.com>
This commit is contained in:
Gleidson Daniel Silva 2023-08-28 18:37:59 -03:00 committed by GitHub
parent 3bbe553832
commit d706118427
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -133,7 +133,7 @@ export const colors = {
headerTintColor: '#f9f9f9', headerTintColor: '#f9f9f9',
headerTitleColor: '#f9f9f9', headerTitleColor: '#f9f9f9',
headerSecondaryText: '#9297a2', headerSecondaryText: '#9297a2',
toastBackground: '#0C0D0F', toastBackground: '#54585e',
videoBackground: '#1f2329', videoBackground: '#1f2329',
favoriteBackground: '#ffbb00', favoriteBackground: '#ffbb00',
hideBackground: '#54585e', hideBackground: '#54585e',
@ -212,7 +212,7 @@ export const colors = {
headerTintColor: '#f9f9f9', headerTintColor: '#f9f9f9',
headerTitleColor: '#f9f9f9', headerTitleColor: '#f9f9f9',
headerSecondaryText: '#b2b8c6', headerSecondaryText: '#b2b8c6',
toastBackground: '#0C0D0F', toastBackground: '#54585e',
videoBackground: '#1f2329', videoBackground: '#1f2329',
favoriteBackground: '#ffbb00', favoriteBackground: '#ffbb00',
hideBackground: '#54585e', hideBackground: '#54585e',