mirror of https://github.com/nocodb/nocodb
Muhammed Mustafa
2 years ago
4 changed files with 7 additions and 3 deletions
@ -1,8 +1,11 @@
|
||||
import { ProjectRole } from '~/lib/enums' |
||||
|
||||
export const projectRoleTagColors = { |
||||
[ProjectRole.Owner]: '#cfdffe', |
||||
[ProjectRole.Creator]: '#d0f1fd', |
||||
[ProjectRole.Editor]: '#c2f5e8', |
||||
[ProjectRole.Commenter]: '#ffdaf6', |
||||
[ProjectRole.Viewer]: '#ffdce5', |
||||
} |
||||
|
||||
export const projectRoles = [ProjectRole.Creator, ProjectRole.Editor, ProjectRole.Commenter, ProjectRole.Viewer] |
||||
|
Loading…
Reference in new issue