feat: add light/dark theme with settings page
This commit is contained in:
@@ -2,7 +2,7 @@ export const EmptyDay = (props: {
|
||||
day: { dayNum: number; weekday: string };
|
||||
}) => {
|
||||
return (
|
||||
<div class="text-center py-12 text-gray-500 bg-gray-800/30 rounded-2xl border border-dashed border-gray-700">
|
||||
<div class="text-center py-12 text-ink-muted bg-surface/30 rounded-2xl border border-dashed border-line">
|
||||
<p class="text-lg font-medium">Spielfrei!</p>
|
||||
<p class="text-sm mt-1">
|
||||
Keine Matches am {props.day.dayNum}. {props.day.weekday}
|
||||
|
||||
Reference in New Issue
Block a user