diff --git a/src-web/components/LicenseBadge.tsx b/src-web/components/LicenseBadge.tsx index e338e89c..f8e274ae 100644 --- a/src-web/components/LicenseBadge.tsx +++ b/src-web/components/LicenseBadge.tsx @@ -14,7 +14,7 @@ const details: Record< LicenseCheckStatus['type'] | 'dev' | 'beta', { label: ReactNode; color: ButtonProps['color'] } | null > = { - beta: { label: Beta Feedback, color: 'success' }, + beta: { label: Beta Feedback, color: 'info' }, dev: { label: 'Develop', color: 'secondary' }, commercial_use: null, invalid_license: { label: 'License Error', color: 'danger' }, diff --git a/src-web/components/WorkspaceHeader.tsx b/src-web/components/WorkspaceHeader.tsx index 5494afbc..cab1f4f9 100644 --- a/src-web/components/WorkspaceHeader.tsx +++ b/src-web/components/WorkspaceHeader.tsx @@ -40,8 +40,8 @@ export const WorkspaceHeader = memo(function WorkspaceHeader({ className }: Prop
- +