diff --git a/src/cssStyles.tsx b/src/cssStyles.tsx index e0c0e0782..427b301f4 100644 --- a/src/cssStyles.tsx +++ b/src/cssStyles.tsx @@ -436,10 +436,9 @@ export const spinningStyle = css({ })}`, }) -export const customIconStyle = (theme: Theme) => css(({ +export const customIconStyle = css(({ maxWidth: '16px', - height: 'auto', - color: theme.text, + height: 'auto' })) export const videosStyle = (theme: Theme) => css(({ diff --git a/src/main/CuttingActions.tsx b/src/main/CuttingActions.tsx index 2a6f92ad8..101d1475e 100644 --- a/src/main/CuttingActions.tsx +++ b/src/main/CuttingActions.tsx @@ -174,7 +174,7 @@ const MarkAsDeletedButton : React.FC = ({actionHand actionHandler(action) } }} > - {isCurrentSegmentAlive ? : } + {isCurrentSegmentAlive ? : }
{isCurrentSegmentAlive ? t('cuttingActions.delete-button') : t("cuttingActions.restore-button")}
diff --git a/src/main/TrackSelection.tsx b/src/main/TrackSelection.tsx index 61d90b144..878c8fa7e 100644 --- a/src/main/TrackSelection.tsx +++ b/src/main/TrackSelection.tsx @@ -188,7 +188,7 @@ const SelectButton : React.FC = ({handler, text, Icon, to aria-label={tooltip} onClick={clickHandler} onKeyDown={keyHandler} > - +
{ text }