From f11e45b80110811ebbc934b24664fa3173f6f6bc Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sat, 28 Jan 2023 19:18:39 -0800 Subject: [PATCH] Add text to Remix button --- components/Button/index.scss | 5 +++++ components/PartyDetails/index.tsx | 1 + components/Token/index.scss | 2 +- public/locales/en/common.json | 3 +++ public/locales/ja/common.json | 3 +++ 5 files changed, 13 insertions(+), 1 deletion(-) diff --git a/components/Button/index.scss b/components/Button/index.scss index 994bb041..c74b5156 100644 --- a/components/Button/index.scss +++ b/components/Button/index.scss @@ -38,6 +38,11 @@ &:hover { background: none; } + + .Text { + font-size: $font-small; + font-weight: $bold; + } } &.Contained { diff --git a/components/PartyDetails/index.tsx b/components/PartyDetails/index.tsx index bdd5515d..f25868f0 100644 --- a/components/PartyDetails/index.tsx +++ b/components/PartyDetails/index.tsx @@ -715,6 +715,7 @@ const PartyDetails = (props: Props) => {