fix(recharge): 选中样式对齐设计规范
- border-color: var(--primary) - background: var(--primary-light) - 与其他组件(option-card/template-card/material-card)保持一致
This commit is contained in:
@@ -53,7 +53,8 @@
|
||||
}
|
||||
|
||||
.recharge-amount-card.selected {
|
||||
background: rgba(54, 178, 106, 0.08);
|
||||
border-color: var(--primary);
|
||||
background: var(--primary-light);
|
||||
}
|
||||
|
||||
.recharge-amount-card.skeleton {
|
||||
|
||||
Reference in New Issue
Block a user