mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-11-19 12:27:56 +01:00
use primary buttons
This commit is contained in:
parent
53e961b9bb
commit
ac85bbc6d5
@ -9,6 +9,7 @@ import { grey800, red500 } from 'material-ui/styles/colors';
|
||||
import Divider from 'material-ui/Divider';
|
||||
import Dialog from 'material-ui/Dialog';
|
||||
import FlatButton from 'material-ui/FlatButton';
|
||||
import RaisedButton from 'material-ui/RaisedButton';
|
||||
import { LOCAL_STORAGE_KEY } from '../constants.js';
|
||||
import shortid from 'shortid';
|
||||
import defaultSettings from '../settings/default.yml';
|
||||
@ -401,7 +402,7 @@ class Settings extends React.Component {
|
||||
label="Cancel"
|
||||
onTouchTap={this.closeAddPrinterDialog}
|
||||
/>,
|
||||
<FlatButton
|
||||
<RaisedButton
|
||||
label="Add"
|
||||
primary
|
||||
onTouchTap={this.addPrinter}
|
||||
@ -430,7 +431,7 @@ class Settings extends React.Component {
|
||||
label="Remove Printer"
|
||||
onTouchTap={this.removeActivePrinter}
|
||||
/>,
|
||||
<FlatButton
|
||||
<RaisedButton
|
||||
label="Save"
|
||||
primary
|
||||
onTouchTap={this.editPrinter}
|
||||
|
@ -367,7 +367,7 @@ class Interface extends React.Component {
|
||||
label="Cancel"
|
||||
onTouchTap={closeDialog}
|
||||
/>,
|
||||
<FlatButton
|
||||
<RaisedButton
|
||||
label="Open"
|
||||
primary
|
||||
onTouchTap={() => {
|
||||
|
Loading…
Reference in New Issue
Block a user