From 06e17aa4cdc3a9efb9c1ec0c53f177de97593653 Mon Sep 17 00:00:00 2001 From: CamronStaley Date: Wed, 30 Oct 2024 10:09:48 -0500 Subject: [PATCH] fix button text color --- app/packages/app/src/components/QueryPerformanceToast.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/packages/app/src/components/QueryPerformanceToast.tsx b/app/packages/app/src/components/QueryPerformanceToast.tsx index c3d49bebf9..089756e2da 100644 --- a/app/packages/app/src/components/QueryPerformanceToast.tsx +++ b/app/packages/app/src/components/QueryPerformanceToast.tsx @@ -54,7 +54,7 @@ const QueryPerformanceToast = () => { open(QP_MODE, "_blank")?.focus(); setOpen(false); }} - sx={{ marginLeft: "auto", backgroundColor: theme.primary.main, color: theme.text.primary, boxShadow: 0 }} // Right align the button + sx={{ marginLeft: "auto", backgroundColor: theme.primary.main, color: "#FFFFFF", boxShadow: 0 }} // Right align the button > View Documentation