edit header
This commit is contained in:
@@ -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);
|
||||
|
||||
`;
|
||||
Reference in New Issue
Block a user