Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

fix: LEAP-295: Fix error styles in LS modals #1600

Merged
merged 1 commit into from
Oct 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/components/ErrorMessage/ErrorMessage.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
color: rgb(119, 27, 4);
border: 1px solid rgb(230, 138, 110);
background-color: rgb(255, 193, 174);
white-space: normal;

& + & {
margin: 0 0 16px; // in case we are in flex container, where margins don't collapse
Expand Down
Loading