Skip to content

Commit 2a8599d

Browse files
committed
remove unused styles missed in main refactor
1 parent ef8061c commit 2a8599d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

interface/src/forms/WiFiSettingsForm.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,6 @@ import optional from '../validators/optional';
2626
import PasswordValidator from '../components/PasswordValidator';
2727

2828
const styles = theme => ({
29-
loadingSettings: {
30-
margin: theme.spacing(0.5),
31-
},
32-
loadingSettingsDetails: {
33-
margin: theme.spacing(4),
34-
textAlign: "center"
35-
},
3629
textField: {
3730
width: "100%"
3831
},

0 commit comments

Comments
 (0)