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

Commite3b958f

Browse files
committed
closescoderoad#87. Hover on tutorial select
1 parent3cd8796 commite3b958f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎web-app/src/components/Card/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const Card = (props: Props) => (
2020
showTitleBullet={false}
2121
contentHeight="auto"
2222
onClick={props.onClick}
23-
css={{ ...styles.card, ...props.style}}
23+
style={{ ...styles.card, ...props.style}}
2424
>
2525
{props.children}
2626
</AlifdCard>

‎web-app/src/containers/New/TutorialList/TutorialItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const LanguageIcon = () => (
3838
)
3939

4040
constTutorialItem=(props:Props)=>(
41-
<CardonClick={props.onSelect}css={styles.card}>
41+
<CardonClick={props.onSelect}style={styles.card}>
4242
<h3>{props.title||'Title'}</h3>
4343
<Markdownminimal>{props.description||'Description'}</Markdown>
4444
<divcss={styles.languages}>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp