Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1e5fe88

Browse files
committed
fix menu icon button color
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
1 parent598becd commit1e5fe88

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

‎web-app/src/containers/Tutorial/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import*asReactfrom'react'
22
import*asTfrom'typings'
3-
import'./style.css'
43
import*asselectorsfrom'../../services/selectors'
54
importSideMenufrom'./components/SideMenu'
65
importLevelfrom'./components/Level'
@@ -118,7 +117,7 @@ const TutorialPage = (props: PageProps) => {
118117
<div>
119118
<divcss={styles.header}>
120119
<aonClick={()=>setMenuVisible(!menuVisible)}>
121-
<Icontype="toggle-left"size="small"/>
120+
<Icontype="toggle-left"size="small"style={{color:'#333'}}/>
122121
</a>
123122
<spancss={styles.title}>{tutorial.summary.title}</span>
124123
</div>

‎web-app/src/containers/Tutorial/style.css

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp