2024-12-15 21:09:15 +03:00

7 lines
181 B
TypeScript

import styled from '@emotion/styled';
import AppBar from '@mui/material/AppBar';
export const AppBarStyled = styled(AppBar)`
background-color: var(--tg-theme-button-color);
`;