1
0
Fork 0
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:
Fedor Katurov 2021-03-17 17:26:22 +07:00
parent 82aeb7f147
commit 32aaa3f794
7 changed files with 86 additions and 83 deletions

View file

@ -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>
);