Skip to content

Commit

Permalink
fix NavBarMobile border
Browse files Browse the repository at this point in the history
  • Loading branch information
0xChqrles committed Dec 13, 2023
1 parent 4b3ee0c commit 63c9437
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions frontend/src/components/NavBar/Mobile/style.css.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import { style } from '@vanilla-extract/css'
import { recipe } from '@vanilla-extract/recipes'
import { sprinkles } from 'src/theme/css/sprinkles.css'
import { sprinkles, vars } from 'src/theme/css/sprinkles.css'

export const navBarContainer = style([
{
borderTopLeftRadius: '16px',
borderTopRightRadius: '16px',
boxShadow: `0 0 0 1px ${vars.color.border1}`,
},
sprinkles({
background: 'bg2',
Expand All @@ -16,9 +17,6 @@ export const navBarContainer = style([
paddingX: '8',
paddingBottom: '18',
paddingTop: '16',
borderColor: 'border1',
borderTopWidth: '1px',
borderStyle: 'solid',
display: {
md: 'none',
},
Expand Down

0 comments on commit 63c9437

Please sign in to comment.