Skip to content

Commit

Permalink
fix: reduce icon size in both side (#3416)
Browse files Browse the repository at this point in the history
Co-authored-by: Snehasish <[email protected]>
  • Loading branch information
Sishhhh and Snehasish authored Jan 10, 2025
1 parent f890298 commit e4dd85f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/shared/components/footer/footer.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
}

&--icon {
width: 24px;
height: 24px;
width: 20px;
height: 20px;
fill: $black-2;
&__primary {
fill: $pure-white;
Expand Down

0 comments on commit e4dd85f

Please sign in to comment.