mirror of
https://github.com/hazemKrimi/crimson-quirks-ui.git
synced 2026-05-01 18:20:28 +00:00
8 lines
139 B
TypeScript
8 lines
139 B
TypeScript
import styled from 'styled-components';
|
|
|
|
export const Wrapper = styled.div`
|
|
button svg path {
|
|
stroke: transparent !important;
|
|
}
|
|
`;
|