Skip to content

Commit

Permalink
Change daita info button spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
olmoh authored and MarkusPettersson98 committed Jan 20, 2025
1 parent 0fc320d commit bbe900a
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ import PageSlider from './PageSlider';
import SettingsHeader, { HeaderSubTitle, HeaderTitle } from './SettingsHeader';
import { SmallButton, SmallButtonColor } from './SmallButton';

const StyledInfoButton = styled(InfoButton)({
marginRight: Spacings.spacing5,
});

const StyledHeaderSubTitle = styled(HeaderSubTitle)({
display: 'inline-block',
});
Expand Down Expand Up @@ -185,9 +189,9 @@ function DaitaToggle() {
<AriaLabel>
<Cell.InputLabel>{directOnlyString}</Cell.InputLabel>
</AriaLabel>
<InfoButton>
<StyledInfoButton>
<DirectOnlyModalMessage />
</InfoButton>
</StyledInfoButton>
<AriaInput>
<Cell.Switch isOn={directOnly && !unavailable} onChange={setDirectOnly} />
</AriaInput>
Expand Down

0 comments on commit bbe900a

Please sign in to comment.