style(sidebar): update voice package icon

This commit is contained in:
2026-06-22 14:58:50 +08:00
parent 0eb55543c6
commit b105ba3457
3 changed files with 16 additions and 28 deletions
@@ -33,23 +33,18 @@
.micIcon {
flex: 0 0 auto;
width: 60px;
height: 60px;
border-radius: 50%;
background: linear-gradient(
135deg,
var(--color-voice-gradient-start, #ff6fa3),
var(--color-voice-gradient-end, #ff9a5a)
);
width: 100px;
height: 100px;
display: flex;
align-items: center;
justify-content: center;
color: #ffffff;
box-shadow: 0 4px 12px rgba(255, 111, 163, 0.25);
}
.micGlyph {
color: inherit;
.micImage {
display: block;
width: 100px;
height: 100px;
object-fit: contain;
}
.usage {