0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-02-17 22:04:19 -05:00

style(console): search input on user roles page (#2970)

This commit is contained in:
Xiao Yijun 2023-01-17 14:34:45 +08:00 committed by GitHub
parent 10e4b619d4
commit e4f3a5b6b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View file

@ -9,6 +9,10 @@
display: flex;
justify-content: space-between;
align-items: center;
.searchInput {
width: 306px;
}
}
tbody {

View file

@ -109,6 +109,7 @@ const UserRoles = () => {
filter={
<div className={styles.filter}>
<Search
inputClassName={styles.searchInput}
defaultValue={keyword}
isClearable={Boolean(keyword)}
placeholder={t('user_details.roles.search')}