change button color
This commit is contained in:
parent
edf1706986
commit
70e5dc8017
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ const SettingsForm = (props) => {
|
|||
<Checkbox slider name={"reset"} onClick={handleCheckboxChange} label='Reset Energy Consumption'/>
|
||||
</Form.Field>
|
||||
) : ""}
|
||||
<Button onClick={() => props.saveFunction(values)} color="green" type='submit'>Save</Button>
|
||||
<Button onClick={() => props.saveFunction(values)} color="blue" type='submit'>Save</Button>
|
||||
</Form>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue