Skip to content

Commit 43073b5

Browse files
committed
fix design inconsistency in timeentryaggregaterow
1 parent 9589c91 commit 43073b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ function onSelectChange(checked: boolean) {
154154
"></BillableToggleButton>
155155
<div class="flex-1">
156156
<button
157-
:class="twMerge('text-text-secondary w-[110px] px-1 py-1.5 bg-transparent text-center hover:bg-card-background rounded-lg border border-transparent hover:border-card-border text-sm font-medium focus-visible:outline-none focus:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:bg-tertiary', organization?.time_format === '12-hours' ? 'w-[160px]' : 'w-[110px]')"
157+
:class="twMerge('text-text-secondary px-1 py-1.5 bg-transparent text-center hover:bg-card-background rounded-lg border border-transparent hover:border-card-border text-sm font-medium focus-visible:outline-none focus:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:bg-tertiary', organization?.time_format === '12-hours' ? 'w-[170px]' : 'w-[120px]')"
158158
@click="expanded = !expanded">
159159
{{ formatStartEnd(timeEntry.start, timeEntry.end, organization?.time_format) }}
160160
</button>

0 commit comments

Comments
 (0)