From 2ae2ac6a62e3f531451cbf6884ceb05db41671f3 Mon Sep 17 00:00:00 2001 From: Bogdan Marc Date: Tue, 13 Aug 2024 14:20:32 +0100 Subject: [PATCH 1/2] Increased contrast of warning message --- app/assets/stylesheets/_ukhpi-location-select.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/_ukhpi-location-select.scss b/app/assets/stylesheets/_ukhpi-location-select.scss index e083d315..1119c472 100644 --- a/app/assets/stylesheets/_ukhpi-location-select.scss +++ b/app/assets/stylesheets/_ukhpi-location-select.scss @@ -9,4 +9,8 @@ .el-dialog__close { color: #000000; } + + .el-alert--warning.is-light { + color: #a4742b; + } } From ee958691351f118ba2766e7092ed658591f35310 Mon Sep 17 00:00:00 2001 From: Bogdan Marc Date: Tue, 13 Aug 2024 14:21:05 +0100 Subject: [PATCH 2/2] Added changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59d70316..1e9262e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## 1.7.5 - 2024-08 +- (Bogdan) Increased contrast of modal warning message [GH-407](https://github.com/epimorphics/ukhpi/issues/407) - (Bogdan) Increased contrast for modal close button and body [GH-407](https://github.com/epimorphics/ukhpi/issues/407) - (Bogdan) Landing page links should now be more visible [GH-406](https://github.com/epimorphics/ukhpi/issues/406) - (Bogdan) Added alt text to application logo [GH-404](https://github.com/epimorphics/ukhpi/issues/404)