Skip to content

Commit b362fd1

Browse files
author
Jay Wall
committed
Merge branch 'development47' into new-branding-cleanup
2 parents e0be676 + 8102036 commit b362fd1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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;

src/client/components/containers/SidebarContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const SidebarContainer = (props) => {
4949
/>
5050
<label htmlFor="darkModeSwitch"/>
5151
<h3 className='has-text-justified align-self-center has-text-weight-bold'>Composer</h3>
52-
<a>v1.0 </a>
52+
<a>v1.10.1 </a>
5353
</div>
5454
<div className="tabs mb-0 header-bar">
5555
<ul className={`columns is-gapless ${isDark ? 'is-dark-400' : ''}`}>

0 commit comments

Comments
 (0)