aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/DemoModeBanner.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web/components/DemoModeBanner.tsx')
-rw-r--r--apps/web/components/DemoModeBanner.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/components/DemoModeBanner.tsx b/apps/web/components/DemoModeBanner.tsx
index 6250be87..8ab4dd0d 100644
--- a/apps/web/components/DemoModeBanner.tsx
+++ b/apps/web/components/DemoModeBanner.tsx
@@ -1,6 +1,6 @@
export default function DemoModeBanner() {
return (
- <div className="h-min w-full rounded bg-yellow-100 px-4 py-2 text-center">
+ <div className="h-min w-full rounded bg-yellow-100 px-4 py-2 text-center text-black">
Demo mode is on. All modifications are disabled.
</div>
);