Skip to content

Commit 5b84fab

Browse files
committed
Update styling
1 parent 75c1218 commit 5b84fab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/views/components/metric.blade.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
</div>
2121

2222
<!-- Period Selector -->
23-
<select x-model="period" class="ml-auto rounded-md border border-gray-300 dark:border-gray-700 bg-white dark:bg-gray-800 text-gray-900 dark:text-gray-100 text-sm font-medium">
23+
<select x-model="period" class="ml-auto rounded-md border border-gray-300 dark:border-gray-700 bg-white dark:bg-zinc-800 text-gray-900 dark:text-gray-100 text-sm font-medium">
2424
@foreach([MetricViewEnum::last_hour, MetricViewEnum::today, MetricViewEnum::week, MetricViewEnum::month] as $value)
2525
<option value="{{ $value }}">{{ $value->getLabel() }}</option>
2626
@endforeach
2727
</select>
2828
</div>
29-
<canvas x-ref="canvas" height="300" class="ring-1 ring-gray-900/5 dark:ring-gray-100/10 bg-gray-50 dark:bg-gray-800 rounded-md shadow-sm text-white"></canvas>
29+
<canvas x-ref="canvas" height="300" class="ring-1 ring-gray-900/5 dark:ring-gray-100/10 bg-white dark:bg-zinc-800 rounded-md shadow-sm text-white"></canvas>
3030
</div>
3131
</div>
3232

@@ -45,4 +45,4 @@
4545
init,
4646
}))
4747
})
48-
</script>
48+
</script>

0 commit comments

Comments
 (0)