feat: update package copy and admin control room
This commit is contained in:
@@ -19,18 +19,20 @@ export const ADMIN_COLORS = {
|
||||
};
|
||||
|
||||
export const ADMIN_ACTION_COLORS = {
|
||||
tasks: '#FF8A8E',
|
||||
qr: ADMIN_COLORS.warning,
|
||||
images: ADMIN_COLORS.accent,
|
||||
guests: ADMIN_COLORS.success,
|
||||
guestMessages: ADMIN_COLORS.primary,
|
||||
invites: ADMIN_COLORS.primaryStrong,
|
||||
branding: ADMIN_COLORS.accent,
|
||||
photobooth: '#FF8A8E',
|
||||
recap: ADMIN_COLORS.warning,
|
||||
settings: '#14B8A6',
|
||||
tasks: '#F59E0B',
|
||||
qr: '#3B82F6',
|
||||
images: '#8B5CF6',
|
||||
liveShow: '#EC4899',
|
||||
liveShowSettings: '#0EA5E9',
|
||||
guests: '#10B981',
|
||||
guestMessages: '#F97316',
|
||||
branding: '#6366F1',
|
||||
photobooth: '#E11D48',
|
||||
recap: '#64748B',
|
||||
packages: ADMIN_COLORS.primary,
|
||||
analytics: '#8b5cf6',
|
||||
settings: ADMIN_COLORS.success,
|
||||
analytics: '#22C55E',
|
||||
invites: ADMIN_COLORS.primaryStrong,
|
||||
};
|
||||
|
||||
export const ADMIN_GRADIENTS = {
|
||||
|
||||
Reference in New Issue
Block a user