mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-11 19:03:43 +08:00
feat: add new theme berry (#860)
* feat: add theme berry * docs: add development notes * fix: fix blank page * chore: update implementation * fix: fix package.json * chore: update ui copy --------- Co-authored-by: JustSong <songquanpeng@foxmail.com>
This commit is contained in:
11
web/berry/src/ui-component/AdminContainer.js
Normal file
11
web/berry/src/ui-component/AdminContainer.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import { styled } from '@mui/material/styles';
|
||||
import { Container } from '@mui/material';
|
||||
|
||||
const AdminContainer = styled(Container)(({ theme }) => ({
|
||||
[theme.breakpoints.down('md')]: {
|
||||
paddingLeft: '0px',
|
||||
paddingRight: '0px'
|
||||
}
|
||||
}));
|
||||
|
||||
export default AdminContainer;
|
||||
Reference in New Issue
Block a user