Skip to content

Commit

Permalink
🐛 #28 - style: fix incorrect color for spinner in paginator in darkm …
Browse files Browse the repository at this point in the history
…mode
  • Loading branch information
svenvandescheur committed Feb 13, 2024
1 parent 6fb2f40 commit 22d36a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/data/paginator/paginator.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
margin-block-end: 0;
}

&__section--form .mykn-icon:first-child {
color: var(--typography-color-body);
}

@media screen and (max-width: constants.$breakpoint-desktop - 1px) {
&__section--form {
display: none;
Expand Down

0 comments on commit 22d36a7

Please sign in to comment.