fix: export tab placeholder color
This commit is contained in:
parent
9fc084b291
commit
cf999462b7
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue