Skip to content

Commit

Permalink
Make cards on home page have secondary color, to differentiate from o…
Browse files Browse the repository at this point in the history
…ther buttons on the home page
  • Loading branch information
SmileyJames committed Jun 27, 2021
1 parent 4cd816a commit a500adb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const Home = () => {
bodyText={description}
onCallToAction={() => onNewGame(index)}
buttonLabel={`Start ${name}`}
variant="secondary"
/>
)
)
Expand Down

0 comments on commit a500adb

Please sign in to comment.