Skip to content

Commit

Permalink
Merge branch 'master' into fix/make-icon-badge-box-as-default
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroPetaccio authored May 9, 2024
2 parents 54e3811 + d02ed50 commit da67eac
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
9 changes: 4 additions & 5 deletions src/components/IconBadge/IconBadge.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@
}

.dui-icon-badge .dui-icon-badge__icon {
width: 13px;
height: 13px;
width: 18px;
height: 18px;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
}

.dui-icon-badge > span:nth-child(2) {
Expand Down Expand Up @@ -123,7 +124,7 @@
}

.dui-icon-badge .utility {
background-image: url(../../images/wearables/utility.svg);
background-image: url(../../images/utility.svg);
}

.dui-icon-badge .play-once {
Expand All @@ -140,8 +141,6 @@

.dui-icon-badge .smart-wearable {
background-image: url(../../images/wearables/smart.svg);
width: 14px;
height: 14px;
}

.dui-icon-badge .sound {
Expand Down
11 changes: 11 additions & 0 deletions src/images/utility.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 0 additions & 10 deletions src/images/wearables/utility.svg

This file was deleted.

0 comments on commit da67eac

Please sign in to comment.