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 302a47e commit 22387b4Copy full SHA for 22387b4
src/components/Game/Buying.tsx
@@ -78,7 +78,7 @@ const Buying = () => {
78
type="button"
79
onClick={toggleReadyToBuy}
80
color={
81
- isMyGo || !readyToBuy ? "warning" : "secondary"
+ isMyGo || !readyToBuy ? "primary" : "secondary"
82
}>
83
<b>
84
{isMyGo || !readyToBuy
src/components/Game/MyCards.tsx
@@ -294,7 +294,7 @@ const MyCards: React.FC = () => {
294
disabled={!playButtonEnabled}
295
296
onClick={playCard}
297
- color="warning">
+ color="primary">
298
<b>Play Card</b>
299
</Button>
300
</ButtonGroup>
0 commit comments