mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Conform with new design system by changing btn-default
to btn-secondary
(#10972)
GitOrigin-RevId: 1fac39d3b1e7e68e6feffe467ac21b4cb3253353
This commit is contained in:
parent
f76ab26822
commit
5f8e10de86
1 changed files with 6 additions and 1 deletions
|
@ -10,7 +10,12 @@ export default function SettingsDictionary() {
|
|||
return (
|
||||
<div className="form-group left-menu-setting">
|
||||
<label htmlFor="dictionary">{t('dictionary')}</label>
|
||||
<Button bsSize="xs" bsStyle="default" onClick={() => setShowModal(true)}>
|
||||
<Button
|
||||
className="btn-secondary"
|
||||
bsSize="xs"
|
||||
bsStyle={null}
|
||||
onClick={() => setShowModal(true)}
|
||||
>
|
||||
{t('edit')}
|
||||
</Button>
|
||||
|
||||
|
|
Loading…
Reference in a new issue