mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-24 19:07:47 +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;
|
|
`; |