diff --git a/src/components/lottery/LotteryGame.vue b/src/components/lottery/LotteryGame.vue index c40d045..64787f0 100644 --- a/src/components/lottery/LotteryGame.vue +++ b/src/components/lottery/LotteryGame.vue @@ -406,7 +406,7 @@ const formatResultText2 = (r) => {
- Hủy bình chọn + Hủy bình chọn Xác nhận
@@ -449,4 +449,8 @@ const formatResultText2 = (r) => { margin: 1em 0; } +.cancel-btn :deep(.van-button__text) { + color: currentColor !important; +} +