fix: update button ui component to have variant and size independent
This commit is contained in:
@@ -26,9 +26,9 @@
|
||||
<CropInline />
|
||||
|
||||
<div class="crop-controls">
|
||||
<Button label="Загрузить" ariaLabel="Upload" icon={Upload} type="primary" />
|
||||
<Button label="Редактировать" ariaLabel="Edit" icon={Pencil} type="secondary" />
|
||||
<Button label="Сбросить" ariaLabel="Reset" icon={Reset} type="outline" />
|
||||
<Button label="Загрузить" ariaLabel="Upload" icon={Upload} variant="primary" />
|
||||
<Button label="Редактировать" ariaLabel="Edit" icon={Pencil} variant="secondary" />
|
||||
<Button label="Сбросить" ariaLabel="Reset" icon={Reset} variant="outline" />
|
||||
</div>
|
||||
|
||||
<SettingsGrid label="Настройки изображения" icon={Sliders}>
|
||||
|
||||
Reference in New Issue
Block a user