Skip to content

Commit 8102036

Browse files
authored
Merge pull request #35 from oslabs-beta/gigiupdatedarkmode
updated dark mode color
2 parents 45847e8 + 3c4313a commit 8102036

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "swell",
3-
"version": "1.0.0",
3+
"version": "1.10.1",
44
"description": "Swell",
55
"main": "main.js",
66
"repository": "https://github.com/open-source-labs/Swell",

src/assets/style/darkMode.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
$neutral-100: #AEAEAE;
22
$neutral-200: #9F9F9F;
33
$neutral-300: #575757;
4-
$neutral-400: #383838;
4+
$neutral-400: #1f282e;
55
$neutral-500: #434343;
66
$neutral-600: #000000;
77
$text: #94959e;

0 commit comments

Comments
 (0)