From a3ffa95d68a101507a53a88b7ab6d1c4d1855eb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Salgado?= Date: Fri, 19 Feb 2021 18:09:47 +0000 Subject: [PATCH] fix: styling --- new-lamassu-admin/src/components/layout/TitleSection.styles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/new-lamassu-admin/src/components/layout/TitleSection.styles.js b/new-lamassu-admin/src/components/layout/TitleSection.styles.js index 9928105a..05d9689b 100644 --- a/new-lamassu-admin/src/components/layout/TitleSection.styles.js +++ b/new-lamassu-admin/src/components/layout/TitleSection.styles.js @@ -18,7 +18,7 @@ export default { marginLeft: 12 }, buttonText: { - color: `${backgroundColor}`, + color: backgroundColor, fontSize: 15 }, icon: {