Skip to content

Commit

Permalink
UI: battery color dark mode (#13937)
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis authored May 16, 2024
1 parent 2e64361 commit 03120d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/js/components/Energyflow/BatteryIcon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
<svg :style="svgStyle" viewBox="0 0 48 48">
<path d="M0-.004h48v48H0v-48z" fill="none" />
<path
fill="currentColor"
d="M35 9.996h-3v-4a2 2 0 00-2-2H18a2 2 0 00-2 2v4h-3a2 2 0 00-2 2v30a2 2 0 002 2h22a2 2 0 002-2v-30a2 2 0 00-2-2zm-15-2h8v2h-8v-2zm13 32H15v-26h18v26z"
/>
<path :d="socRect" />
<path fill="currentColor" :d="socRect" />
</svg>
</template>

Expand Down

0 comments on commit 03120d4

Please sign in to comment.