Skip to content

Commit

Permalink
Color contrast issue
Browse files Browse the repository at this point in the history
  • Loading branch information
amitb0ra committed Dec 1, 2024
1 parent 4f7b820 commit eccf0f7
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions src/style/app.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,11 @@
transform: scale(1.5);
color: var(--bs-danger);
margin-bottom: 1rem;
/* Add error icon for non-color indication */
&::before {
content: '⚠️';
margin-right: 0.5rem;
}
}

.subTagsLink {
Expand Down Expand Up @@ -690,10 +695,6 @@ hr {
}
}

.errorContainer {
min-height: 100vh;
}

.errorMessage {
margin-top: 25%;
display: flex;
Expand All @@ -702,20 +703,15 @@ hr {
flex-direction: column;
}

.errorIcon {
transform: scale(1.5);
color: var(--bs-danger);
margin-bottom: 1rem;
}

.tableHeader {
background-color: var(--bs-primary);
background-color: var(--bs-primary-text-emphasis);
color: var(--bs-white);
font-size: 1rem;
}
.rowBackground {
background-color: var(--bs-white);
max-height: 120px;
overflow-y: auto;
}

.subTagsLink {
Expand Down

0 comments on commit eccf0f7

Please sign in to comment.