7 lines
181 B
TypeScript
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);
|
|
|
|
`; |