Skip to content

Commit 6c036c7

Browse files
committed
chore(toggle): linter issue
Missing space before and after curly braces.
1 parent 6dbb08e commit 6c036c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Toggle/styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Switch } from '@mui/material';
22
import { styled as materialStyled } from '@mui/material/styles';
3-
import styled, {css} from 'styled-components';
3+
import styled, { css } from 'styled-components';
44
import { colorBrand1, colorIconDefault, colorTextDefault, colorTextLight, colorWhite } from '../../stylesheets/pallete';
55
import { TEXT_POSITIONS } from './constants';
66
import { StyledTextWrapperProps, StyledToggleWrapperProps } from './types';

0 commit comments

Comments
 (0)