mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-05-04 04:55:53 +00:00
CANCEL button always in dark blue (secondary) color
This commit is contained in:
@@ -474,7 +474,7 @@ const MqttSettings = () => {
|
||||
startIcon={<CancelIcon />}
|
||||
disabled={saving}
|
||||
variant="outlined"
|
||||
color="primary"
|
||||
color="secondary"
|
||||
type="submit"
|
||||
onClick={loadData}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user