Skip to content

Commit fbdb955

Browse files
Udated class name
1 parent f8679ca commit fbdb955

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contentcuration/contentcuration/frontend/shared/views/StudioChip.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
filledIcon="delete"
2727
:outlineColor="$themePalette.grey.v_400"
2828
:filledColor="$themePalette.grey.v_900"
29-
class="icon"
29+
class="close-icon"
3030
/>
3131
</button>
3232
</div>
@@ -124,7 +124,7 @@
124124
padding: 2px 6px 2px 12px;
125125
}
126126
127-
.icon {
127+
.close-icon {
128128
width: 24px;
129129
height: 24px;
130130
font-size: 18px;

0 commit comments

Comments
 (0)