File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
client/components/containers Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " swell" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.10.1 " ,
4
4
"description" : " Swell" ,
5
5
"main" : " main.js" ,
6
6
"repository" : " https://github.com/open-source-labs/Swell" ,
Original file line number Diff line number Diff line change 1
1
$neutral-100 : #AEAEAE ;
2
2
$neutral-200 : #9F9F9F ;
3
3
$neutral-300 : #575757 ;
4
- $neutral-400 : #383838 ;
4
+ $neutral-400 : #1f282e ;
5
5
$neutral-500 : #434343 ;
6
6
$neutral-600 : #000000 ;
7
7
$text : #94959e ;
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ const SidebarContainer = (props) => {
49
49
/>
50
50
< label htmlFor = "darkModeSwitch" />
51
51
< 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 >
53
53
</ div >
54
54
< div className = "tabs mb-0 header-bar" >
55
55
< ul className = { `columns is-gapless ${ isDark ? 'is-dark-400' : '' } ` } >
You can’t perform that action at this time.
0 commit comments