Clear git cache

This commit is contained in:
Hazem Krimi
2023-05-28 16:44:06 +01:00
parent 2a71d7927c
commit a5b7dfd72e
178 changed files with 29055 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import styled from 'styled-components';
export const Wrapper = styled.div`
button svg path {
stroke: transparent !important;
}
`;