From 0375e276caadeca44e5d9bfc87629a4bc1ac65f0 Mon Sep 17 00:00:00 2001 From: Filip Solecki Date: Fri, 9 Feb 2024 18:15:45 +0100 Subject: [PATCH] Rename text styles --- src/pages/settings/AboutPage/AboutPage.tsx | 2 +- src/styles/index.ts | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/settings/AboutPage/AboutPage.tsx b/src/pages/settings/AboutPage/AboutPage.tsx index 6e55bc76a525..26d845a6a921 100644 --- a/src/pages/settings/AboutPage/AboutPage.tsx +++ b/src/pages/settings/AboutPage/AboutPage.tsx @@ -114,7 +114,7 @@ function AboutPage() { v{Environment.isInternalTestBuild() ? `${pkg.version} PR:${CONST.PULL_REQUEST_NUMBER}${getFlavor()}` : `${pkg.version}${getFlavor()}`} diff --git a/src/styles/index.ts b/src/styles/index.ts index 6afa9c62f049..f503f5892038 100644 --- a/src/styles/index.ts +++ b/src/styles/index.ts @@ -443,11 +443,12 @@ const styles = (theme: ThemeColors) => color: theme.link, }, - textIvoryLight: { + textVersion: { color: theme.iconColorfulBackground, fontSize: variables.fontSizeNormal, lineHeight: variables.lineHeightNormal, fontFamily: FontUtils.fontFamily.platform.MONOSPACE, + textAlign: 'center', }, textNoWrap: {