time input: ampm type fix

This commit is contained in:
Elijah Duffy
2025-07-21 19:54:06 -07:00
parent c2311260b1
commit 39debb8865

View File

@@ -310,6 +310,7 @@
<div class={['flex', compact ? 'ml-1.5' : 'ml-3 flex-col']}>
{#each ['AM', 'PM'] as (typeof ampm)[] as shade, index}
<button
type="button"
class={[
compact ? 'px-2 py-0.5' : 'px-3 py-1',
'border-sui-accent dark:border-sui-accent/50 cursor-pointer border font-medium',