Skip to content

Commit

Permalink
fix button text color
Browse files Browse the repository at this point in the history
  • Loading branch information
CamronStaley committed Oct 30, 2024
1 parent 49b752b commit 3506dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/packages/app/src/components/QueryPerformanceToast.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
</Button>
Expand Down

0 comments on commit 3506dae

Please sign in to comment.