From f2a17b3cca8b766509e88cba16c6d6f2389ae8d7 Mon Sep 17 00:00:00 2001 From: Mitchell McCaffrey Date: Thu, 14 May 2020 15:06:14 +1000 Subject: [PATCH] Fix dice controls for light theme --- src/components/map/dice/DiceControls.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/components/map/dice/DiceControls.js b/src/components/map/dice/DiceControls.js index b56370a..f49e271 100644 --- a/src/components/map/dice/DiceControls.js +++ b/src/components/map/dice/DiceControls.js @@ -18,6 +18,7 @@ function DiceControls({ onDiceAdd }) { title="Add D20" aria-label="Add D20" onClick={() => onDiceAdd(SunsetDice, "d20")} + color="hsl(210, 50%, 96%)" > @@ -25,6 +26,7 @@ function DiceControls({ onDiceAdd }) { title="Add D12" aria-label="Add D12" onClick={() => onDiceAdd(SunsetDice, "d12")} + color="hsl(210, 50%, 96%)" > @@ -32,6 +34,7 @@ function DiceControls({ onDiceAdd }) { title="Add D10" aria-label="Add D10" onClick={() => onDiceAdd(SunsetDice, "d10")} + color="hsl(210, 50%, 96%)" > @@ -39,6 +42,7 @@ function DiceControls({ onDiceAdd }) { title="Add D8" aria-label="Add D8" onClick={() => onDiceAdd(SunsetDice, "d8")} + color="hsl(210, 50%, 96%)" > @@ -46,6 +50,7 @@ function DiceControls({ onDiceAdd }) { title="Add D6" aria-label="Add D6" onClick={() => onDiceAdd(SunsetDice, "d6")} + color="hsl(210, 50%, 96%)" > @@ -53,6 +58,7 @@ function DiceControls({ onDiceAdd }) { title="Add D4" aria-label="Add D4" onClick={() => onDiceAdd(SunsetDice, "d4")} + color="hsl(210, 50%, 96%)" > @@ -60,6 +66,7 @@ function DiceControls({ onDiceAdd }) { title="Add D100" aria-label="Add D100" onClick={() => onDiceAdd(SunsetDice, "d100")} + color="hsl(210, 50%, 96%)" >