diff --git a/ui/round/src/view/table.ts b/ui/round/src/view/table.ts index 240d895547c1a..b44cc02379fa5 100644 --- a/ui/round/src/view/table.ts +++ b/ui/round/src/view/table.ts @@ -122,7 +122,7 @@ export const renderTablePlay = (ctrl: RoundController): LooseVNodes => { return [ renderReplay(ctrl), h('div.rcontrols', [ - h('div.ricons', { class: { 'yes-no-confirm': !!(ctrl.drawConfirm || ctrl.resignConfirm) } }, icons), + h('div.ricons', { class: { confirm: !!(ctrl.drawConfirm || ctrl.resignConfirm) } }, icons), ...buttons, ]), ];