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) => {