mobile: remove accent color on dialogue text and estrics from the string

Signed-off-by: kashaf-ansari-dev <kashafansari3108@gmail.com>
This commit is contained in:
kashaf-ansari-dev
2026-08-03 10:49:31 +05:00
parent 7a3111c6b3
commit 4d97f7033f
4 changed files with 4 additions and 5 deletions

View File

@@ -63,7 +63,6 @@ export const AuthHeader = (props: { welcome?: boolean }) => {
presentDialog({
title: strings.offlineMode(),
paragraph: strings.offlineModeDesc(),
paragraphColor: colors.primary.accent,
positiveText: strings.understand(),
positivePress: hideAuth as any
});