Skip to content

Commit

Permalink
Bug Fix: Dark Theme Button Color Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalmaster committed Dec 24, 2024
1 parent dec21b2 commit e5d613a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/overlay/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -602,9 +602,7 @@ const FooterActionsWrapper = styled.div`

const SetIntervalToggleWrapper = styled.div``;

const ControlButtonWrapper = styled(Blueprint.Button)`
background: ${(props) => (props.active ? 'inherit' : 'white !important')};
`;
const ControlButtonWrapper = styled(Blueprint.Button)``;

const ControlButton = ({ tooltipText, wrapperClassName = '', ...props }) => {
return (
Expand Down

0 comments on commit e5d613a

Please sign in to comment.