File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -341,7 +341,7 @@ const endDate = computed(() => {
341341 <button
342342 type =" button"
343343 :class =" [
344- 'px-4 py-2.3 font-mono text-sm transition-colors rounded-s-lg',
344+ 'px-4 py-4 font-mono text-sm leading-none transition-colors rounded-s-lg',
345345 groupingMode === 'major'
346346 ? 'bg-accent text-bg font-medium'
347347 : 'text-fg-subtle hover:text-fg hover:bg-bg-subtle/50',
@@ -356,7 +356,7 @@ const endDate = computed(() => {
356356 <button
357357 type =" button"
358358 :class =" [
359- 'px-4 py-2.3 font-mono text-sm transition-colors rounded-e-lg border-is border-border',
359+ 'px-4 py-4 font-mono text-sm leading-none transition-colors rounded-e-lg border-is border-border',
360360 groupingMode === 'minor'
361361 ? 'bg-accent text-bg font-medium'
362362 : 'text-fg-subtle hover:text-fg hover:bg-bg-subtle/50',
You can’t perform that action at this time.
0 commit comments