From 218662cf8cd14b9b3e767197fd5589f4709b2edd Mon Sep 17 00:00:00 2001 From: "Anthony V." Date: Mon, 4 Nov 2024 17:30:46 +0100 Subject: [PATCH] fix: Change PolicyRightSidebar buttons to blue (#2147) --- src/controls/Button.jsx | 12 ++++++++++++ src/pages/policy/PolicySearch.jsx | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/src/controls/Button.jsx b/src/controls/Button.jsx index b5a2c735e..e5e72644d 100644 --- a/src/controls/Button.jsx +++ b/src/controls/Button.jsx @@ -15,6 +15,18 @@ export const buttonStyles = { color: colors.WHITE, }, }, + primaryBlue: { + standard: { + backgroundColor: colors.BLUE_PRIMARY, + borderColor: colors.BLUE_PRIMARY, + color: colors.WHITE, + }, + hover: { + backgroundColor: colors.BLUE_PRESSED, + borderColor: colors.BLUE_PRESSED, + color: colors.WHITE, + }, + }, secondary: { standard: { backgroundColor: "transparent", diff --git a/src/pages/policy/PolicySearch.jsx b/src/pages/policy/PolicySearch.jsx index f6f655296..24feb24c6 100644 --- a/src/pages/policy/PolicySearch.jsx +++ b/src/pages/policy/PolicySearch.jsx @@ -172,7 +172,7 @@ export default function PolicySearch(props) { )}