mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-29 16:14:42 +00:00
8 lines
174 B
TypeScript
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;
|
||
|
|
`;
|