We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bbbfdf commit 00d9d14Copy full SHA for 00d9d14
resources/js/packages/ui/src/TimeEntry/TimeEntryRowHeading.vue
@@ -32,7 +32,8 @@ function selectUnselectAll(value: boolean) {
32
</script>
33
34
<template>
35
- <div class="bg-quaternary border-b border-border-primary py-1 text-xs @sm:text-sm">
+ <div
36
+ class="bg-background dark:bg-quaternary border-b border-border-primary py-1 text-xs @sm:text-sm">
37
<MainContainer>
38
<div class="flex group justify-between items-center">
39
<div class="flex items-center space-x-2">
0 commit comments