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);
|
margin-left: _.unit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.clearIcon {
|
||||||
|
width: 16px;
|
||||||
|
height: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
.sectionTitle {
|
.sectionTitle {
|
||||||
@include _.subhead-cap;
|
@include _.subhead-cap;
|
||||||
background-color: var(--color-layer-light);
|
background-color: var(--color-layer-light);
|
||||||
|
|
|
@ -196,7 +196,7 @@ const LanguageDetails = () => {
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Clear />
|
<Clear className={style.clearIcon} />
|
||||||
</IconButton>
|
</IconButton>
|
||||||
</span>
|
</span>
|
||||||
</th>
|
</th>
|
||||||
|
|
Loading…
Add table
Reference in a new issue