Skip to content

Commit a8b5fec

Browse files
committed
ohp
1 parent 2c939d0 commit a8b5fec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/pages/ManagementSettingsPage/OrganizationMembersPageView.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ const AddOrganizationMember: FC<AddOrganizationMemberProps> = ({
201201

202202
const styles = {
203203
role: (theme) => ({
204-
backgroundColor: theme.roles.info.background,
205-
borderColor: theme.roles.info.outline,
204+
backgroundColor: theme.roles.notice.background,
205+
borderColor: theme.roles.notice.outline,
206206
}),
207207
globalRole: (theme) => ({
208208
backgroundColor: theme.roles.inactive.background,

0 commit comments

Comments
 (0)