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:
parent
3bbe553832
commit
d706118427
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue