From 396a9e61349ddeb9f142cb1c2f990772a845e777 Mon Sep 17 00:00:00 2001 From: fkk989 Date: Thu, 5 Sep 2024 16:34:22 +0530 Subject: [PATCH] fixed walkthrough text visiblity (#10718) --- frontend/src/_styles/theme.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/_styles/theme.scss b/frontend/src/_styles/theme.scss index 2849d173dd..156874bb40 100644 --- a/frontend/src/_styles/theme.scss +++ b/frontend/src/_styles/theme.scss @@ -5028,7 +5028,7 @@ div#driver-page-overlay { border-color: rgba(101, 109, 119, 0.16) !important; .driver-popover-title { - color: var(--slate12) !important; + color: white !important; } .driver-popover-tip {