From 6f32e2c582eb472b9d3d05d9a8fb63a894a65802 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Tue, 7 May 2024 13:57:25 +0200 Subject: [PATCH] change(ui): lucide icons global stroke width --- frontend/app/styles/global.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/app/styles/global.scss b/frontend/app/styles/global.scss index c25d0cc7b..79ca9cfd5 100644 --- a/frontend/app/styles/global.scss +++ b/frontend/app/styles/global.scss @@ -22,3 +22,7 @@ input.no-focus:focus { @apply inline-block; } } + +.lucide { + stroke-width: 1.5px; +}