Skip to content

Commit

Permalink
fix: edge cutting colors
Browse files Browse the repository at this point in the history
  • Loading branch information
kacperwyczawski committed Feb 7, 2024
1 parent 0d9a7ae commit f070469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Panels.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const panels = defineModel<{ panel: Panel; quantity: number }[]>();
<td>{{ multipanel.quantity }}</td>
<td>
<div
class="border-4 w-6 h-6 rounded-btn"
class="border-4 border-base-300 w-6 h-6 rounded-btn"
:class="{
'border-t-primary': multipanel.panel.edgeReduction.top,
'border-r-primary': multipanel.panel.edgeReduction.right,
Expand Down

0 comments on commit f070469

Please sign in to comment.