edit header

This commit is contained in:
2024-12-15 21:09:15 +03:00
parent 5aa97a5255
commit d7c438715e
10 changed files with 634 additions and 538 deletions
@@ -0,0 +1,7 @@
import styled from '@emotion/styled';
import AppBar from '@mui/material/AppBar';
export const AppBarStyled = styled(AppBar)`
background-color: var(--tg-theme-button-color);
`;