Added icons to buttons
This commit is contained in:
parent
3c72114d5e
commit
abc210477f
@ -1,5 +1,6 @@
|
|||||||
import { useRecoilValue } from 'recoil';
|
import { useRecoilValue } from 'recoil';
|
||||||
import { Layout, Button, Tabs } from 'antd';
|
import { Layout, Button, Tabs } from 'antd';
|
||||||
|
import { NotificationFilled, HeartFilled } from '@ant-design/icons';
|
||||||
import {
|
import {
|
||||||
chatVisibilityAtom,
|
chatVisibilityAtom,
|
||||||
clientConfigStateAtom,
|
clientConfigStateAtom,
|
||||||
@ -77,13 +78,13 @@ export default function ContentComponent() {
|
|||||||
<div className={s.buttonsLogoTitleSection}>
|
<div className={s.buttonsLogoTitleSection}>
|
||||||
<ActionButtonRow>
|
<ActionButtonRow>
|
||||||
{externalActionButtons}
|
{externalActionButtons}
|
||||||
<Button>Follow</Button>
|
<Button icon={<HeartFilled />}>Follow</Button>
|
||||||
<NotifyReminderPopup
|
<NotifyReminderPopup
|
||||||
visible
|
visible
|
||||||
notificationClicked={() => {}}
|
notificationClicked={() => {}}
|
||||||
notificationClosed={() => {}}
|
notificationClosed={() => {}}
|
||||||
>
|
>
|
||||||
<Button>Notify</Button>
|
<Button icon={<NotificationFilled />}>Notify</Button>
|
||||||
</NotifyReminderPopup>
|
</NotifyReminderPopup>
|
||||||
</ActionButtonRow>
|
</ActionButtonRow>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user