Fix member panel filter layout (#1307)

* fix member panel filter layout

* make member role text lowercase
This commit is contained in:
Ajay Bura 2023-06-23 09:46:04 +10:00 committed by GitHub
parent c07905c360
commit b19e248383
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 50 additions and 50 deletions

View file

@ -41,7 +41,7 @@ export const DrawerScrollTop = style({
});
export const DrawerGroup = style({
padding: `0 ${config.space.S100} 0 ${config.space.S300}`,
paddingLeft: config.space.S200,
});
export const MembersGroup = style({