🎨 Adjust button styling to include a border and improve hover effect

This commit is contained in:
2026-01-28 20:02:45 +00:00
parent ead6103dfb
commit 300246397d

View File

@@ -832,7 +832,7 @@ onMounted(() => {
width: 44px; width: 44px;
height: 44px; height: 44px;
border-radius: 8px; border-radius: 8px;
border: none; border: 1px solid #e9ecef;
background: #f8f9fa; background: #f8f9fa;
cursor: pointer; cursor: pointer;
font-size: 1.25rem; font-size: 1.25rem;
@@ -840,7 +840,6 @@ onMounted(() => {
align-items: center; align-items: center;
justify-content: center; justify-content: center;
transition: all 0.3s ease; transition: all 0.3s ease;
border: 1px solid #e9ecef;
} }
.btn-icon:hover { .btn-icon:hover {