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