From 3a17f7485f3d19972363c4f305daf7fc9f546abd Mon Sep 17 00:00:00 2001 From: Spythere Date: Wed, 5 Nov 2025 01:28:36 +0100 Subject: [PATCH] chore: warning icon style for stock warnings --- .../tabs/stock-list/StockWarnings.vue | 34 +++++++++++++------ 1 file changed, 23 insertions(+), 11 deletions(-) diff --git a/src/components/tabs/stock-list/StockWarnings.vue b/src/components/tabs/stock-list/StockWarnings.vue index 4f609f9..85825d0 100644 --- a/src/components/tabs/stock-list/StockWarnings.vue +++ b/src/components/tabs/stock-list/StockWarnings.vue @@ -1,25 +1,33 @@ @@ -39,8 +43,11 @@ import { defineComponent } from 'vue'; import { useStore } from '../../../store'; import { isTractionUnit } from '../../../utils/vehicleUtils'; +import { TriangleAlertIcon } from 'lucide-vue-next'; export default defineComponent({ + components: { TriangleAlertIcon }, + data: () => ({ store: useStore(), }), @@ -88,6 +95,11 @@ export default defineComponent({ color: black; font-weight: bold; + + + .lucide { + vertical-align: text-bottom; + } a { color: black;