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; +}