Skip to content

Commit

Permalink
[B] Ensure toggles are clickable in new PC drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
1aurend committed Dec 16, 2024
1 parent bf830fd commit 083a98d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/global/components/form/Switch/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const BOOLEAN_PADDING = 4;
/* See note in renderSwitchIndicator, also checked and focus styles for InputCheckbox. */
export const IndicatorSwitchOuter = styled.span`
border-bottom: 1px solid var(--input-border-color);
pointer-events: none;
`;

export const IndicatorSwitchInner = styled.span`
Expand Down

0 comments on commit 083a98d

Please sign in to comment.