From d7061184273bed7e9f4160ee7c255dc0ba4e82b4 Mon Sep 17 00:00:00 2001 From: Gleidson Daniel Silva Date: Mon, 28 Aug 2023 18:37:59 -0300 Subject: [PATCH] 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> --- app/lib/constants/colors.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/lib/constants/colors.ts b/app/lib/constants/colors.ts index 841d98211..daf1f588b 100644 --- a/app/lib/constants/colors.ts +++ b/app/lib/constants/colors.ts @@ -133,7 +133,7 @@ export const colors = { headerTintColor: '#f9f9f9', headerTitleColor: '#f9f9f9', headerSecondaryText: '#9297a2', - toastBackground: '#0C0D0F', + toastBackground: '#54585e', videoBackground: '#1f2329', favoriteBackground: '#ffbb00', hideBackground: '#54585e', @@ -212,7 +212,7 @@ export const colors = { headerTintColor: '#f9f9f9', headerTitleColor: '#f9f9f9', headerSecondaryText: '#b2b8c6', - toastBackground: '#0C0D0F', + toastBackground: '#54585e', videoBackground: '#1f2329', favoriteBackground: '#ffbb00', hideBackground: '#54585e',