fix: increase button icon size

This commit is contained in:
Sean Yesmunt 2019-01-09 12:53:05 -05:00
parent fdf90ef496
commit 388434929c
2 changed files with 5 additions and 4 deletions

View file

@ -431,7 +431,7 @@ class SettingsPage extends React.PureComponent<Props, State> {
<div className="card__content"> <div className="card__content">
<Button <Button
button="primary" button="primary"
label={this.state.clearingCache ? __('Clearing') : __('Clear the cache')} label={this.state.clearingCache ? __('Clearing') : __('Clear Cache')}
icon={ICONS.ALERT} icon={ICONS.ALERT}
onClick={this.clearCache} onClick={this.clearCache}
disabled={this.state.clearingCache} disabled={this.state.clearingCache}

View file

@ -4,10 +4,10 @@
svg { svg {
stroke-width: 2; stroke-width: 2;
width: 1.1rem; width: 1.2rem;
height: 1.1rem; height: 1.2rem;
position: relative; position: relative;
top: 0.1rem; top: 0.2rem;
} }
.btn__label { .btn__label {
@ -59,6 +59,7 @@
text-align: left; text-align: left;
} }
// Large icons used for play/view on the file page
.btn--icon { .btn--icon {
width: 5rem; width: 5rem;
height: 5rem; height: 5rem;