From 6ee18b52ab1e5077d823ee21635d3a5b0a733a01 Mon Sep 17 00:00:00 2001 From: Ishan Kumar Date: Sun, 20 Aug 2023 10:59:16 +0530 Subject: [PATCH] Signed-off-by: Ishan Kumar Signed-off on previous commit. Signed-off-by: Ishan Kumar --- src/components/AdventuresVol/adventures-vol.style.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AdventuresVol/adventures-vol.style.js b/src/components/AdventuresVol/adventures-vol.style.js index ee4c7b1a2b4d..03e7dee49fef 100644 --- a/src/components/AdventuresVol/adventures-vol.style.js +++ b/src/components/AdventuresVol/adventures-vol.style.js @@ -99,6 +99,6 @@ export const AdventuresVolWrapper = styled.div` } .handbook__card:hover .handbook__card--head { - color: ${props => props.theme.white}; + color: white; } `;