PromucFlow_constructor/app/client/src/components/ads/Switch.tsx

10 lines
237 B
TypeScript
Raw Normal View History

import styled from "constants/DefaultTheme";
import { Switch } from "@blueprintjs/core";
import { Colors } from "constants/Colors";
export default styled(Switch)`
&&&&& input:checked ~ span {
background: ${Colors.GREY_10};
}
`;