fix: add transparent outline to button for better hover visibility

This commit is contained in:
Vishnu 2025-05-21 12:59:17 +05:30
parent 812e96f1c7
commit 39e3b28ba7
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@
height: fit-content;
cursor: pointer;
transition: all 0.2s;
outline: 1px solid transparent;
&:hover {
outline: 1px solid var(--border-color);