Skip to content

Commit 2def0df

Browse files
committed
tweak css
1 parent 77794c8 commit 2def0df

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Extensions/OpenInverter/OpenInverter.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// {
33
// "name": "OpenInverter",
44
// "id": "openinverter",
5-
// "version": [0, 6, 6],
5+
// "version": [0, 6, 7],
66
// "author": "JetPax",
77
// "description": "OpenInverter debug and configuration tool for motor control parameters, spot values, CAN mapping, and live plotting",
88
// "icon": "sliders",
@@ -917,14 +917,14 @@ class OpenInverterExtension {
917917
<h4 style="font-size: 14px; margin: 0; color: var(--text-secondary);">Scan CAN Bus for Devices</h4>
918918
<div style="display: flex; gap: 8px;">
919919
<button
920-
class="primary-button"
920+
class="refresh-button"
921921
onclick=${() => this.scanCanBus(false)}
922922
disabled=${!this.state.isConnected || this.state.isScanning}
923923
style="padding: 8px 16px; font-size: 13px;">
924924
${this.state.isScanning ? 'Scanning...' : 'Quick Scan'}
925925
</button>
926926
<button
927-
class="secondary-button"
927+
class="refresh-button"
928928
onclick=${() => this.scanCanBus(true)}
929929
disabled=${!this.state.isConnected || this.state.isScanning}
930930
style="padding: 8px 16px; font-size: 13px;">
@@ -1002,8 +1002,8 @@ class OpenInverterExtension {
10021002
</label>
10031003
10041004
<button
1005-
class="primary-button"
1006-
style="margin-top: 20px;"
1005+
class="refresh-button"
1006+
style="margin-top: 20px; color: green;"
10071007
onclick=${() => this.connectToDevice()}
10081008
disabled=${!this.state.isConnected}>
10091009
Connect

0 commit comments

Comments
 (0)