Skip to content

Commit

Permalink
Change carousal dot colors
Browse files Browse the repository at this point in the history
  • Loading branch information
sushmi21 committed Aug 19, 2024
1 parent 8fda634 commit 2a652a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/messages/Gallery/Gallery.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ article :global(.swiper).wrapper :global(.swiper-pagination-bullet) {
height: 6px;
display: inline-block;
border-radius: 50%;
background: var(--cc-black-80);
background: var(--cc-black-50);
opacity: 1;
}
article :global(.swiper).wrapper :global(.swiper-pagination-bullet):focus {
Expand Down
1 change: 1 addition & 0 deletions src/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
--cc-black-20: #333;
--cc-black-30: #4d4d4d;
--cc-black-40: #666;
--cc-black-50: #757575;
--cc-black-60: #999;
--cc-black-80: #ccc;
--cc-black-90: #e5e5e5;
Expand Down

0 comments on commit 2a652a2

Please sign in to comment.