로그아웃 아이콘 교체

This commit is contained in:
hyunho
2026-03-25 12:45:07 +09:00
parent 60b8a81919
commit 613c323b86
2 changed files with 19 additions and 2 deletions

View File

@@ -275,7 +275,16 @@
width: 34px;
padding: 0;
justify-content: center;
font-size: 13px;
}
.icon-button svg {
width: 15px;
height: 15px;
stroke: currentColor;
stroke-width: 1.9;
fill: none;
stroke-linecap: round;
stroke-linejoin: round;
}
.dashboard-main {