styles: update ui file spacing relative to new base font size

This commit is contained in:
Antonella Sgarlatta
2021-05-10 17:58:26 -03:00
parent 2f77985927
commit a1d636a578
2 changed files with 13 additions and 13 deletions

View File

@@ -281,7 +281,7 @@ function ChallengeModalView({ ctrl }: { ctrl: ChallengeModalCtrl }) {
<div className="sk-panel-footer extra-padding">
<button
className={
'sn-button w-full py-3 text-base ' +
'sn-button w-full ' +
(ctrl.state.processing ? 'neutral' : 'info')
}
disabled={ctrl.state.processing}
@@ -293,7 +293,7 @@ function ChallengeModalView({ ctrl }: { ctrl: ChallengeModalCtrl }) {
<>
<div className="sk-panel-row"></div>
<a
className="sk-panel-row sk-a info centered"
className="sk-panel-row sk-a info centered text-sm"
onClick={() => ctrl.cancel()}
>
Cancel