Skip to content

Commit

Permalink
Fix warning text colour on dark themes
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Sep 5, 2024
1 parent d7e6ffa commit 1852855
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
### Fixed

- Use `aria-multiselectable` attribute for accordions that can have multiple items open
- Increase thickness of underline for focused elements for when the focus indicator doesn't provide sufficient contrast with the background
- Don't add a `ga-disable-` variable to the `window` and set a disable cookie without having a GA4 ID
- Warning text colour on dark themes fixed

### Security

Expand Down
1 change: 1 addition & 0 deletions src/nationalarchives/components/warning/warning.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
gap: spacing.space(1);

@include colour.accent-light;
@include colour.always-light;

@include colour.colour-background-brand("cream");

Expand Down

0 comments on commit 1852855

Please sign in to comment.