mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-10-15 07:20:26 +00:00
chore: update default theme style
This commit is contained in:
@@ -200,7 +200,14 @@ const Header = () => {
|
||||
|
||||
return (
|
||||
<>
|
||||
<Menu borderless style={{ borderTop: 'none' }}>
|
||||
<Menu
|
||||
borderless
|
||||
style={{
|
||||
borderTop: 'none',
|
||||
boxShadow: 'rgba(0, 0, 0, 0.04) 0px 2px 12px 0px',
|
||||
border: 'none',
|
||||
}}
|
||||
>
|
||||
<Container>
|
||||
<Menu.Item as={Link} to='/' className={'hide-on-mobile'}>
|
||||
<img src={logo} alt='logo' style={{ marginRight: '0.75em' }} />
|
||||
|
Reference in New Issue
Block a user