diff --git a/src/components/UIShared/VolumeIndicator.vue b/src/components/UIShared/VolumeIndicator.vue index 9bc0f23ed72..e0b2ab77d20 100644 --- a/src/components/UIShared/VolumeIndicator.vue +++ b/src/components/UIShared/VolumeIndicator.vue @@ -11,6 +11,7 @@ :style="{ height: iconPrimaryHeight + 'px' }"> @@ -22,6 +23,7 @@ :style="{ height: iconOverlayHeight + 'px' }"> @@ -189,9 +191,4 @@ export default { color: var(--color-error); } } - -:deep(.icon-vue) { - min-height: unset !important; - min-width: unset !important; -}