improve time entry heading padding

This commit is contained in:
Gregor Vostrak
2024-10-08 12:45:30 +02:00
parent a77b8a5ed2
commit 9a50e144b3

View File

@@ -9,7 +9,7 @@ defineProps<{
<template>
<div
class="bg-card-background border-t border-b border-card-border py-1 lg:py-1.5 text-xs sm:text-sm">
class="bg-card-background border-t border-b border-card-border py-1 text-xs sm:text-sm">
<MainContainer>
<DaySectionHeader :date :duration></DaySectionHeader>
</MainContainer>