mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
Update type styles to includ sendEmailOptions as rose
This commit is contained in:
parent
adffac9124
commit
d4b943dc91
@ -376,6 +376,9 @@ export function CollapsibleTypesSection({
|
||||
case 'project': {
|
||||
return 'bg-lime-50 dark:bg-lime-950/50 text-lime-700 dark:text-lime-300';
|
||||
}
|
||||
case 'sendemailoptions': {
|
||||
return 'bg-rose-50 dark:bg-rose-950/50 text-rose-700 dark:text-rose-300';
|
||||
}
|
||||
default: {
|
||||
return 'bg-gray-50 dark:bg-gray-950/50 text-gray-700 dark:text-gray-300';
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user