fix: increase button icon size
This commit is contained in:
parent
fdf90ef496
commit
388434929c
2 changed files with 5 additions and 4 deletions
|
@ -431,7 +431,7 @@ class SettingsPage extends React.PureComponent<Props, State> {
|
|||
<div className="card__content">
|
||||
<Button
|
||||
button="primary"
|
||||
label={this.state.clearingCache ? __('Clearing') : __('Clear the cache')}
|
||||
label={this.state.clearingCache ? __('Clearing') : __('Clear Cache')}
|
||||
icon={ICONS.ALERT}
|
||||
onClick={this.clearCache}
|
||||
disabled={this.state.clearingCache}
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
svg {
|
||||
stroke-width: 2;
|
||||
width: 1.1rem;
|
||||
height: 1.1rem;
|
||||
width: 1.2rem;
|
||||
height: 1.2rem;
|
||||
position: relative;
|
||||
top: 0.1rem;
|
||||
top: 0.2rem;
|
||||
}
|
||||
|
||||
.btn__label {
|
||||
|
@ -59,6 +59,7 @@
|
|||
text-align: left;
|
||||
}
|
||||
|
||||
// Large icons used for play/view on the file page
|
||||
.btn--icon {
|
||||
width: 5rem;
|
||||
height: 5rem;
|
||||
|
|
Loading…
Reference in a new issue