We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c939d0 commit a8b5fecCopy full SHA for a8b5fec
site/src/pages/ManagementSettingsPage/OrganizationMembersPageView.tsx
@@ -201,8 +201,8 @@ const AddOrganizationMember: FC<AddOrganizationMemberProps> = ({
201
202
const styles = {
203
role: (theme) => ({
204
- backgroundColor: theme.roles.info.background,
205
- borderColor: theme.roles.info.outline,
+ backgroundColor: theme.roles.notice.background,
+ borderColor: theme.roles.notice.outline,
206
}),
207
globalRole: (theme) => ({
208
backgroundColor: theme.roles.inactive.background,
0 commit comments