Skip to content

Commit 00d9d14

Browse files
committed
improve time entry heading contrast in light mode
1 parent 9bbbfdf commit 00d9d14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

resources/js/packages/ui/src/TimeEntry/TimeEntryRowHeading.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ function selectUnselectAll(value: boolean) {
3232
</script>
3333

3434
<template>
35-
<div class="bg-quaternary border-b border-border-primary py-1 text-xs @sm:text-sm">
35+
<div
36+
class="bg-background dark:bg-quaternary border-b border-border-primary py-1 text-xs @sm:text-sm">
3637
<MainContainer>
3738
<div class="flex group justify-between items-center">
3839
<div class="flex items-center space-x-2">

0 commit comments

Comments
 (0)