aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app/components/UserLabel.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/app/components/UserLabel.tsx')
-rw-r--r--frontend/app/components/UserLabel.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/app/components/UserLabel.tsx b/frontend/app/components/UserLabel.tsx
index b436ad6..16ef4d4 100644
--- a/frontend/app/components/UserLabel.tsx
+++ b/frontend/app/components/UserLabel.tsx
@@ -4,7 +4,7 @@ type Props = {
export default function UserLabel({ label }: Props) {
return (
- <span className="bg-sky-700 text-sky-50 rounded-lg p-3 text-sm">
+ <span className="bg-sky-600 text-sky-50 rounded-lg p-3 text-sm">
{label}
</span>
);