Comment out the old ant overrides and try to make colors match design
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user