mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-20 06:29:07 +00:00
style: wording and UI tweaks (#564)
* style: wording and UI tweaks * style: prevent note overflow * style: small wording changes * soft blink (#569) * chore: version bump --------- Co-authored-by: Alex Christoffer Rasmussen <alex.christoffer@gmail.com>
This commit is contained in:
@@ -151,11 +151,7 @@ const MenuBar = (props: MenuBarProps) => {
|
||||
size='sm'
|
||||
/>
|
||||
|
||||
<ExportModal
|
||||
onClose={onModalClose}
|
||||
isOpen={isModalOpen}
|
||||
buttonVariants={{ csv: 'ontime-subtle-on-light', json: 'ontime-filled' }}
|
||||
/>
|
||||
<ExportModal onClose={onModalClose} isOpen={isModalOpen} />
|
||||
|
||||
<div className={style.gap} />
|
||||
<TooltipActionBtn
|
||||
|
||||
Reference in New Issue
Block a user