diff --git a/package.json b/package.json index 65816fb..30e407b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nblackburn/website", "private": true, - "version": "1.8.1", + "version": "1.8.2", "scripts": { "start": "astro dev", "build": "astro build", diff --git a/src/components/navBar.css.ts b/src/components/navBar.css.ts index d478f1a..426abf4 100644 --- a/src/components/navBar.css.ts +++ b/src/components/navBar.css.ts @@ -1,5 +1,5 @@ +import { sizes } from '@styles/theme.css'; import { style } from '@vanilla-extract/css'; -import { sizes, primaryAccent } from '@styles/theme.css'; export const navBar = style({ position: 'relative'