opacity-100 on warning icons

This commit is contained in:
Michael Genson 2025-07-29 21:37:38 +00:00
commit 5c7980dd29

View file

@ -68,7 +68,7 @@
<template #activator="{ props: unitTooltipProps }">
<v-icon
v-bind="unitTooltipProps"
class="ml-2 mr-n3"
class="ml-2 mr-n3 opacity-100"
color="primary"
>
{{ $globals.icons.alert }}
@ -125,7 +125,7 @@
<template #activator="{ props: foodTooltipProps }">
<v-icon
v-bind="foodTooltipProps"
class="ml-2 mr-n3"
class="ml-2 mr-n3 opacity-100"
color="primary"
>
{{ $globals.icons.alert }}