Skip to content

Commit

Permalink
feat(ui): adjust black color (#879)
Browse files Browse the repository at this point in the history
Co-authored-by: Vu Van Duc <[email protected]>
  • Loading branch information
Sotatek-DukeVu and Vu Van Duc authored Dec 19, 2024
1 parent 7cc49de commit 23b25f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/ui/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ p {
ion-toast {
--height: 3.25rem;
--border-radius: 0.5rem;
--box-shadow: 3px 3px 10px 0 rgba(var(--ion-color-black-rgb), 0.2);
--box-shadow: none;

&::part(message) {
text-align: left;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
to right,
rgba(var(--ion-color-secondary-rgb)) 0,
rgba(var(--ion-color-secondary-rgb)) 85%,
rgba(var(--ion-color-black-rgb), 0.5) 90%,
rgba(var(--ion-color-black-rgb), 0) 100%
rgba(var(--ion-color-primary-rgb), 0.5) 90%,
rgba(var(--ion-color-primary-rgb), 0) 100%
);
-webkit-mask: var(--mask);
mask: var(--mask);
Expand Down
2 changes: 0 additions & 2 deletions src/ui/styles/colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
--ion-color-secondary: #363c4a;
--ion-color-secondary-rgb: 54, 60, 74;

--ion-color-black: #000000;
--ion-color-black-rgb: 0, 0, 0;
--ion-color-dark-grey: #bbbbbb;
--ion-color-dark-grey-rgb: 187, 187, 187;
--ion-color-medium-grey: #d9d9d9;
Expand Down

0 comments on commit 23b25f2

Please sign in to comment.