Files
YGChatCS/components/CommandWrapper/styles/index.scss
2025-07-14 16:10:10 +08:00

12 lines
194 B
SCSS

.command-wrapper {
background-color: #00a6ff;
border-radius: 20px 4px 20px 20px;
padding: 8px 24px;
width: max-content;
}
.command-text {
color: #fff;
font-size: 14px;
}