Skip to content

Commit 1e5fe88

Browse files
committed
fix menu icon button color
Signed-off-by: shmck <[email protected]>
1 parent 598becd commit 1e5fe88

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Diff for: web-app/src/containers/Tutorial/index.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import * as React from 'react'
22
import * as T from 'typings'
3-
import './style.css'
43
import * as selectors from '../../services/selectors'
54
import SideMenu from './components/SideMenu'
65
import Level from './components/Level'
@@ -118,7 +117,7 @@ const TutorialPage = (props: PageProps) => {
118117
<div>
119118
<div css={styles.header}>
120119
<a onClick={() => setMenuVisible(!menuVisible)}>
121-
<Icon type="toggle-left" size="small" />
120+
<Icon type="toggle-left" size="small" style={{ color: '#333' }} />
122121
</a>
123122
<span css={styles.title}>{tutorial.summary.title}</span>
124123
</div>

Diff for: web-app/src/containers/Tutorial/style.css

-4
This file was deleted.

0 commit comments

Comments
 (0)