From 4be17cf67dd7b5a8ee8c9029f2054784149e403c Mon Sep 17 00:00:00 2001 From: Ishan Kumar Date: Sun, 20 Aug 2023 11:25:03 +0530 Subject: [PATCH] Added theme.white on adventures of five page. 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 03e7dee49fef..ee4c7b1a2b4d 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: white; + color: ${props => props.theme.white}; } `;