From 003bf4afe4a6059f2928a69710ee01d9e658b853 Mon Sep 17 00:00:00 2001
From: Gregory Quinio <1063530+undefined@users.noreply.github.com>
Date: Mon, 16 May 2022 12:42:47 +0000
Subject: [PATCH] Push from aa
---
colors/src/_colors.scss | 2 +-
package.json | 4 ++--
z-index/stories/zIndex.stories.tsx | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
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 = () => ;