We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 598becd commit 1e5fe88Copy full SHA for 1e5fe88
web-app/src/containers/Tutorial/index.tsx
@@ -1,6 +1,5 @@
1
import * as React from 'react'
2
import * as T from 'typings'
3
-import './style.css'
4
import * as selectors from '../../services/selectors'
5
import SideMenu from './components/SideMenu'
6
import Level from './components/Level'
@@ -118,7 +117,7 @@ const TutorialPage = (props: PageProps) => {
118
117
<div>
119
<div css={styles.header}>
120
<a onClick={() => setMenuVisible(!menuVisible)}>
121
- <Icon type="toggle-left" size="small" />
+ <Icon type="toggle-left" size="small" style={{ color: '#333' }} />
122
</a>
123
<span css={styles.title}>{tutorial.summary.title}</span>
124
</div>
web-app/src/containers/Tutorial/style.css
0 commit comments