Skip to content

Commit

Permalink
style: improve contrast error
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugomndez committed Aug 21, 2022
1 parent a892d34 commit e128c50
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/components/Exchange/Exchange.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@
font-weight: bold;
line-height: 2.3rem;
color: var(--subtitle);
padding: 8px;
border-radius: 8px;
background-color: var(--soft-orange);
}
.comisionesTableTitle {
margin-bottom: 15px;
Expand All @@ -76,9 +73,6 @@
font-weight: bold;
line-height: 2.3rem;
color: var(--subtitle);
padding: 8px;
border-radius: 8px;
background-color: var(--soft-blue);
}
.currencyTableContainer,
.comisionesTableContainer {
Expand Down Expand Up @@ -158,5 +152,5 @@
}

.comisionesDateBg {
background-color: var(--soft-blue);
background-color: var(--soft-orange);
}

0 comments on commit e128c50

Please sign in to comment.