Skip to content

Commit

Permalink
Merge pull request #147 from daithihearn/daithihearn-opacity1
Browse files Browse the repository at this point in the history
Removing opacity on cards
  • Loading branch information
daithihearn authored Feb 28, 2023
2 parents a928b48 + 659ad0d commit 3371a33
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "5.5.1",
"version": "5.5.2",
"description": "React frontend for the Cards 110",
"author": "Daithi Hearn",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"short_name": "Cards 110",
"name": "Cards 110",
"version": "5.5.1",
"version": "5.5.2",
"icons": [
{
"src": "./assets/favicon.png",
Expand Down
4 changes: 1 addition & 3 deletions src/components/Game/PlayerCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@ const PlayerCard: React.FC<PlayerRowI> = ({ player }) => {
src={`/cards/thumbnails/${
isCurrentPlayer ? "yellow" : "blank_grey"
}_back.png`}
className={`img-center thumbnail_size ${
isCurrentPlayer ? "" : "transparent"
}`}
className={`img-center thumbnail_size`}
/>

{isDealer ? (
Expand Down

0 comments on commit 3371a33

Please sign in to comment.