From ad7bb372c6839390e90cc486cae01c9488de1736 Mon Sep 17 00:00:00 2001
From: benjest85 <74179403+benjest85@users.noreply.github.com>
Date: Thu, 11 Jul 2024 16:57:21 +0100
Subject: [PATCH] Added alert style fix
---
components/alert/assets/Alert.scss | 4 ++++
components/alert/spec/Alert.stories.mdx | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/components/alert/assets/Alert.scss b/components/alert/assets/Alert.scss
index 4b52863f..d5ce8781 100644
--- a/components/alert/assets/Alert.scss
+++ b/components/alert/assets/Alert.scss
@@ -28,4 +28,8 @@
@include govuk-font(24, 'bold');
@include govuk-responsive-margin(3, "bottom");
}
+
+ a{
+ font-weight: bold;
+ }
}
diff --git a/components/alert/spec/Alert.stories.mdx b/components/alert/spec/Alert.stories.mdx
index 82e4f330..711ba075 100644
--- a/components/alert/spec/Alert.stories.mdx
+++ b/components/alert/spec/Alert.stories.mdx
@@ -52,7 +52,7 @@ Use the green version of the alert to confirm that something they’re expecting
- We've sent details to test-email@test-corp.co.uk
Download confirmation
+ We've sent details to test-email@test-corp.co.uk
Download confirmation
@@ -64,7 +64,7 @@ Use the red version of the alert to confirm that something has gone wrong.
- Please try again or contact our support team for assistance.
+ Please try again or contact our support team for assistance.