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:
parent
10e4b619d4
commit
e4f3a5b6b2
2 changed files with 5 additions and 0 deletions
|
@ -9,6 +9,10 @@
|
|||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
|
||||
.searchInput {
|
||||
width: 306px;
|
||||
}
|
||||
}
|
||||
|
||||
tbody {
|
||||
|
|
|
@ -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')}
|
||||
|
|
Loading…
Add table
Reference in a new issue