2021-04-24 02:29:12 +05:30

8 lines
174 B
TypeScript

import styled from "styled-components";
export const ThemeSwitcherWrapper = styled.div`
display: flex;
justify-content: center;
margin-top: 24px;
margin-bottom: 16px;
`;