We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6834058 commit 4560a7dCopy full SHA for 4560a7d
website/src/components/posts/Facebook/conclusion/ConclusionGraphic.js
@@ -18,9 +18,8 @@ export default function ConclusionGraphic() {
18
<button
19
disabled={currentCard === 0}
20
className={`card-button ${currentCard === 0 ? "gray" : ""}`}
21
- style={{
22
- backgroundColor: currentCard === 0 ? "gray" : "initial",
23
- }}
+ let
+ color="#808080"
24
aria-label="Previous Solution"
25
onClick={previousCard}
26
>
@@ -31,9 +30,6 @@ export default function ConclusionGraphic() {
31
30
className={`card-button ${
32
currentCard === conclusion.length - 1 ? "gray" : ""
33
}`}
34
35
36
37
aria-label="Next Solution"
38
onClick={nextCard}
39
0 commit comments