Skip to content

Commit 4560a7d

Browse files
author
Clara Zhang
committed
hexadecimal val
1 parent 6834058 commit 4560a7d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

website/src/components/posts/Facebook/conclusion/ConclusionGraphic.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ export default function ConclusionGraphic() {
1818
<button
1919
disabled={currentCard === 0}
2020
className={`card-button ${currentCard === 0 ? "gray" : ""}`}
21-
style={{
22-
backgroundColor: currentCard === 0 ? "gray" : "initial",
23-
}}
21+
let
22+
color="#808080"
2423
aria-label="Previous Solution"
2524
onClick={previousCard}
2625
>
@@ -31,9 +30,6 @@ export default function ConclusionGraphic() {
3130
className={`card-button ${
3231
currentCard === conclusion.length - 1 ? "gray" : ""
3332
}`}
34-
style={{
35-
backgroundColor: currentCard === 0 ? "gray" : "initial",
36-
}}
3733
aria-label="Next Solution"
3834
onClick={nextCard}
3935
>

0 commit comments

Comments
 (0)