fix: export tab placeholder color

This commit is contained in:
Felix Roos
2026-01-21 23:02:14 +01:00
parent 9fc084b291
commit cf999462b7
@@ -56,7 +56,7 @@ export default function ExportTab(Props) {
}}
disabled={exporting}
placeholder="Leave empty to use current date"
className={cx('placeholder:opacity-50', exporting && 'opacity-50 border-opacity-50')}
className={cx('placeholder-muted', exporting && 'opacity-50 border-opacity-50')}
value={downloadName ?? ''}
/>
</FormItem>