Skip to content

Commit

Permalink
Add borders to button without color in led_strip tab
Browse files Browse the repository at this point in the history
  • Loading branch information
bfmvsa committed Oct 25, 2024
1 parent 8f8b7bb commit 3219725
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tabs/led_strip.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ <h5 i18n="ledStripModesOrientationTitle"></h5>
</div>

<div class="colors">
<button class="btn mb-2 color-0" i18n_title="colorBlack">0</button>
<button class="btn mb-2 color-1" i18n_title="colorWhite">1</button>
<button class="btn border mb-2 color-0" i18n_title="colorBlack">0</button>
<button class="btn border mb-2 color-1" i18n_title="colorWhite">1</button>
<button class="btn mb-2 color-2" i18n_title="colorRed">2</button>
<button class="btn mb-2 color-3" i18n_title="colorOrange">3</button>
<button class="btn mb-2 color-4" i18n_title="colorYellow">4</button>
Expand All @@ -176,8 +176,8 @@ <h5 i18n="ledStripModesOrientationTitle"></h5>
<button class="btn mb-2 color-11" i18n_title="colorDarkViolet">11</button>
<button class="btn mb-2 color-12" i18n_title="colorMagenta">12</button>
<button class="btn mb-2 color-13" i18n_title="colorDeepPink">13</button>
<button class="btn mb-2 color-14" i18n_title="colorBlack">14</button>
<button class="btn mb-2 color-15" i18n_title="colorBlack">15</button>
<button class="btn border mb-2 color-14" i18n_title="colorBlack">14</button>
<button class="btn border mb-2 color-15" i18n_title="colorBlack">15</button>
</div>

<div class="special_colors mode_colors">
Expand Down

0 comments on commit 3219725

Please sign in to comment.