mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-18 20:09:25 +00:00
fix: border for usergroup selector
This commit is contained in:
parent
ba5775e290
commit
67b47258ba
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ function OrgInviteCodeGenerate(props: OrgInviteCodeGenerateProps) {
|
|||
<div className='flex space-x-4 items-center'>
|
||||
<select
|
||||
defaultValue={usergroup_id}
|
||||
className='flex p-2 w-fit rounded-md text-sm bg-gray-100'>
|
||||
className='flex p-2 w-fit rounded-md text-sm bg-gray-100 border-2 border-slate-300'>
|
||||
{usergroups?.map((usergroup: any) => (
|
||||
<option key={usergroup.id} value={usergroup.id}>
|
||||
{usergroup.name}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue