Skip to content

Commit

Permalink
fix: Change utility image (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroPetaccio authored May 9, 2024
1 parent 53b9af3 commit d02ed50
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 @@ -18,10 +18,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 @@ -116,7 +117,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 @@ -133,8 +134,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 d02ed50

Please sign in to comment.