0
Fork 0
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:
Xiao Yijun 2022-10-14 10:37:36 +08:00 committed by GitHub
parent f8c7c0dfa3
commit 46ed9ae1bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -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);

View file

@ -196,7 +196,7 @@ const LanguageDetails = () => {
} }
}} }}
> >
<Clear /> <Clear className={style.clearIcon} />
</IconButton> </IconButton>
</span> </span>
</th> </th>