Files
crimson-quirks-ui/src/pages/Auth/Signup/styles.ts
T
2023-05-28 16:44:06 +01:00

8 lines
139 B
TypeScript

import styled from 'styled-components';
export const Wrapper = styled.div`
button svg path {
stroke: transparent !important;
}
`;