mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
#23 changed promoted button appearance
This commit is contained in:
parent
82aeb7f147
commit
32aaa3f794
7 changed files with 86 additions and 83 deletions
|
@ -95,11 +95,7 @@ const EditorDialogUnconnected: FC<IProps> = ({
|
|||
maxLength={256}
|
||||
/>
|
||||
|
||||
<Button
|
||||
title="Сохранить"
|
||||
iconRight="check"
|
||||
color={data.is_promoted ? 'primary' : 'secondary'}
|
||||
/>
|
||||
<Button title="Сохранить" iconRight="check" color={data.is_promoted ? 'primary' : 'lab'} />
|
||||
</Group>
|
||||
</Padder>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue