mirror of
https://github.com/logto-io/logto.git
synced 2025-02-17 22:04:19 -05:00
style(console): fix clear button size to 16x16 (#2147)
This commit is contained in:
parent
f8c7c0dfa3
commit
46ed9ae1bc
2 changed files with 6 additions and 1 deletions
|
@ -68,6 +68,11 @@
|
|||
margin-left: _.unit(1);
|
||||
}
|
||||
|
||||
.clearIcon {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
.sectionTitle {
|
||||
@include _.subhead-cap;
|
||||
background-color: var(--color-layer-light);
|
||||
|
|
|
@ -196,7 +196,7 @@ const LanguageDetails = () => {
|
|||
}
|
||||
}}
|
||||
>
|
||||
<Clear />
|
||||
<Clear className={style.clearIcon} />
|
||||
</IconButton>
|
||||
</span>
|
||||
</th>
|
||||
|
|
Loading…
Add table
Reference in a new issue