diff --git a/colors/src/_colors.scss b/colors/src/_colors.scss
index f97cc68..57076a7 100644
--- a/colors/src/_colors.scss
+++ b/colors/src/_colors.scss
@@ -1,6 +1,6 @@
:root {
--aria-color-white: #ffffff;
- --aria-color-primary: #3082ce;
+ --aria-color-primary: #ceb630;
--aria-color-gray-300: #cbd5e0;
--aria-color-focus-outline: #4299e14c;
}
diff --git a/package.json b/package.json
index c28fa57..eac77f0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
- "name": "@backlight-dev/greg-ws.react-aria",
- "version": "0.0.0",
+ "name": "@draft-gq/react-aria",
+ "version": "0.0.1",
"description": "",
"license": "MIT",
"type": "module",
diff --git a/z-index/stories/zIndex.stories.tsx b/z-index/stories/zIndex.stories.tsx
index c874c23..b284390 100644
--- a/z-index/stories/zIndex.stories.tsx
+++ b/z-index/stories/zIndex.stories.tsx
@@ -1,5 +1,5 @@
import React from 'react';
-import '~/all/dist/all.css';
+import '~/all/src/all.scss';
import { StyleShowcases } from '@divriots/dockit-react/style-showcases';
-export const z_index = () => ;
\ No newline at end of file
+export const z_index = () => ;