質問編集履歴
1
styleもれ
title
CHANGED
File without changes
|
body
CHANGED
@@ -17,7 +17,7 @@
|
|
17
17
|
text
|
18
18
|
}
|
19
19
|
return (
|
20
|
-
<button>{text}<button>
|
20
|
+
<button style={style}>{text}<button>
|
21
21
|
)
|
22
22
|
}
|
23
23
|
|