Comment out the old ant overrides and try to make colors match design

This commit is contained in:
Gabe Kangas
2022-05-26 22:23:43 -07:00
parent da0a2f5f5d
commit db184c74dd
9 changed files with 37 additions and 26 deletions

View File

@@ -88,13 +88,17 @@ export default function ContentComponent() {
<div className={s.buttonsLogoTitleSection}>
<ActionButtonRow>
{externalActionButtons}
<Button icon={<HeartFilled />}>Follow</Button>
<Button type="primary" icon={<HeartFilled />}>
Follow
</Button>
<NotifyReminderPopup
visible
notificationClicked={() => {}}
notificationClosed={() => {}}
>
<Button icon={<NotificationFilled />}>Notify</Button>
<Button type="primary" icon={<NotificationFilled />}>
Notify
</Button>
</NotifyReminderPopup>
</ActionButtonRow>