diff --git a/components/GridRep/index.tsx b/components/GridRep/index.tsx
index cffdd1b0..8b40b8eb 100644
--- a/components/GridRep/index.tsx
+++ b/components/GridRep/index.tsx
@@ -244,11 +244,14 @@ const GridRep = (props: Props) => {
!props.user) ? (
}
active={props.favorited}
- contained={true}
- buttonSize="small"
+ bound={true}
+ size="small"
onClick={sendSaveData}
/>
diff --git a/components/party/PartyHeader/index.tsx b/components/party/PartyHeader/index.tsx
index 02ee3344..fe34d2f4 100644
--- a/components/party/PartyHeader/index.tsx
+++ b/components/party/PartyHeader/index.tsx
@@ -340,8 +340,8 @@ const PartyHeader = (props: Props) => {
}
className={classNames({
- Save: true,
- Saved: partySnapshot.favorited,
+ save: true,
+ saved: partySnapshot.favorited,
})}
text={
appState.party.favorited ? t('buttons.saved') : t('buttons.save')
@@ -377,10 +377,10 @@ const PartyHeader = (props: Props) => {
{party.remix && party.sourceParty ? (
}
text={t('tokens.remix')}
+ size="icon"
onClick={() => goTo(party.sourceParty?.shortcode)}
/>