mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -05:00
style(console): use small size button for clear button (#2169)
This commit is contained in:
parent
e18800c49b
commit
c71dc2dc5e
1 changed files with 1 additions and 0 deletions
|
@ -186,6 +186,7 @@ const LanguageDetails = () => {
|
||||||
<span className={style.customValuesColumn}>
|
<span className={style.customValuesColumn}>
|
||||||
{t('sign_in_exp.others.manage_language.custom_values')}
|
{t('sign_in_exp.others.manage_language.custom_values')}
|
||||||
<IconButton
|
<IconButton
|
||||||
|
size="small"
|
||||||
className={style.clearButton}
|
className={style.clearButton}
|
||||||
tooltip="sign_in_exp.others.manage_language.clear_all_tip"
|
tooltip="sign_in_exp.others.manage_language.clear_all_tip"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
|
|
Loading…
Reference in a new issue