From 659ad0da27010091263dccaf8258cb2673a72710 Mon Sep 17 00:00:00 2001 From: Daithi Hearn Date: Tue, 28 Feb 2023 20:13:05 +0100 Subject: [PATCH] Removing opacity on cards --- package.json | 2 +- public/manifest.json | 2 +- src/components/Game/PlayerCard.tsx | 4 +--- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 53143ed..a2295aa 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/public/manifest.json b/public/manifest.json index 05f2efa..2677fd8 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,7 @@ { "short_name": "Cards 110", "name": "Cards 110", - "version": "5.5.1", + "version": "5.5.2", "icons": [ { "src": "./assets/favicon.png", diff --git a/src/components/Game/PlayerCard.tsx b/src/components/Game/PlayerCard.tsx index bd6f5b0..6a896e8 100644 --- a/src/components/Game/PlayerCard.tsx +++ b/src/components/Game/PlayerCard.tsx @@ -71,9 +71,7 @@ const PlayerCard: React.FC = ({ player }) => { src={`/cards/thumbnails/${ isCurrentPlayer ? "yellow" : "blank_grey" }_back.png`} - className={`img-center thumbnail_size ${ - isCurrentPlayer ? "" : "transparent" - }`} + className={`img-center thumbnail_size`} /> {isDealer ? (