Theme: Use outline buttons for Cancel & Back actions (#33418)

* Buttons: Use new outline button for cancel & back buttons

* More buttons

* More tweaks

* Updated row snapshot
This commit is contained in:
Torkel Ödegaard
2021-04-27 15:36:48 +02:00
committed by GitHub
parent e8faec5c19
commit eef4e18b62
16 changed files with 59 additions and 55 deletions

View File

@@ -96,7 +96,7 @@ export class ShareExport extends PureComponent<Props, State> {
<Switch value={shareExternally} onChange={this.onShareExternallyChange} />
</Field>
<Modal.ButtonRow>
<Button variant="secondary" onClick={onDismiss}>
<Button variant="secondary" onClick={onDismiss} fill="outline">
Cancel
</Button>
<Button variant="secondary" onClick={this.onViewJson}>

View File

@@ -234,7 +234,7 @@ export class ShareSnapshot extends PureComponent<Props, State> {
</Field>
<Modal.ButtonRow>
<Button variant="secondary" onClick={onDismiss}>
<Button variant="secondary" onClick={onDismiss} fill="outline">
Cancel
</Button>
{externalEnabled && (