Skip to content

Commit

Permalink
bigger threefold claim draw button
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Feb 6, 2022
1 parent 92a9402 commit 7aedaf2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ui/round/css/_control.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@
}
}

.draw-yes.button {
font-size: 1.4em;
padding: 0.1em 1em;
}

@keyframes flash-once {
from {
background: $c-accent;
Expand Down
1 change: 1 addition & 0 deletions ui/round/src/view/button.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ export const claimThreefold = (ctrl: RoundController): VNode =>
'button.button.draw-yes',
{
hook: util.bind('click', () => ctrl.socket.sendLoading('draw-claim')),
attrs: { title: ctrl.noarg('claimADraw') },
},
h('span', '½')
);
Expand Down

0 comments on commit 7aedaf2

Please sign in to comment.