We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dbb08e commit 6c036c7Copy full SHA for 6c036c7
src/components/Toggle/styles.ts
@@ -1,6 +1,6 @@
1
import { Switch } from '@mui/material';
2
import { styled as materialStyled } from '@mui/material/styles';
3
-import styled, {css} from 'styled-components';
+import styled, { css } from 'styled-components';
4
import { colorBrand1, colorIconDefault, colorTextDefault, colorTextLight, colorWhite } from '../../stylesheets/pallete';
5
import { TEXT_POSITIONS } from './constants';
6
import { StyledTextWrapperProps, StyledToggleWrapperProps } from './types';
0 commit comments