mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-12-23 03:23:48 +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 Divider from 'material-ui/Divider';
|
||||||
import Dialog from 'material-ui/Dialog';
|
import Dialog from 'material-ui/Dialog';
|
||||||
import FlatButton from 'material-ui/FlatButton';
|
import FlatButton from 'material-ui/FlatButton';
|
||||||
|
import RaisedButton from 'material-ui/RaisedButton';
|
||||||
import { LOCAL_STORAGE_KEY } from '../constants.js';
|
import { LOCAL_STORAGE_KEY } from '../constants.js';
|
||||||
import shortid from 'shortid';
|
import shortid from 'shortid';
|
||||||
import defaultSettings from '../settings/default.yml';
|
import defaultSettings from '../settings/default.yml';
|
||||||
@ -401,7 +402,7 @@ class Settings extends React.Component {
|
|||||||
label="Cancel"
|
label="Cancel"
|
||||||
onTouchTap={this.closeAddPrinterDialog}
|
onTouchTap={this.closeAddPrinterDialog}
|
||||||
/>,
|
/>,
|
||||||
<FlatButton
|
<RaisedButton
|
||||||
label="Add"
|
label="Add"
|
||||||
primary
|
primary
|
||||||
onTouchTap={this.addPrinter}
|
onTouchTap={this.addPrinter}
|
||||||
@ -430,7 +431,7 @@ class Settings extends React.Component {
|
|||||||
label="Remove Printer"
|
label="Remove Printer"
|
||||||
onTouchTap={this.removeActivePrinter}
|
onTouchTap={this.removeActivePrinter}
|
||||||
/>,
|
/>,
|
||||||
<FlatButton
|
<RaisedButton
|
||||||
label="Save"
|
label="Save"
|
||||||
primary
|
primary
|
||||||
onTouchTap={this.editPrinter}
|
onTouchTap={this.editPrinter}
|
||||||
|
@ -367,7 +367,7 @@ class Interface extends React.Component {
|
|||||||
label="Cancel"
|
label="Cancel"
|
||||||
onTouchTap={closeDialog}
|
onTouchTap={closeDialog}
|
||||||
/>,
|
/>,
|
||||||
<FlatButton
|
<RaisedButton
|
||||||
label="Open"
|
label="Open"
|
||||||
primary
|
primary
|
||||||
onTouchTap={() => {
|
onTouchTap={() => {
|
||||||
|
Loading…
Reference in New Issue
Block a user