mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -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}>
|
||||
{t('sign_in_exp.others.manage_language.custom_values')}
|
||||
<IconButton
|
||||
size="small"
|
||||
className={style.clearButton}
|
||||
tooltip="sign_in_exp.others.manage_language.clear_all_tip"
|
||||
onClick={() => {
|
||||
|
|
Loading…
Reference in a new issue