Skip to content

Commit f73c9d3

Browse files
committed
Update color block layout
1 parent 06f8713 commit f73c9d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Canvas/Sections/Colors.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<button
1919
v-for="(value, prop) in data"
2020
:key="prop"
21-
class="flex px-1 py-1 md:w-1/3 xl:w-1/5 border-gray-300 hover:border"
21+
class="flex px-1 py-1 md:w-1/3 xl:w-1/5 border-transparent border hover:border-gray-400 hover:bg-gray-200"
2222
>
2323
<div
2424
class="mr-2 flex-none"
@@ -29,7 +29,7 @@
2929
}" />
3030
<div>
3131
<div class="text-sm font-semibold">{{selectedProp}}-{{ prop }}</div>
32-
<div class="text-sm">{{ value }}</div>
32+
<div class="text-sm text-left">{{ value }}</div>
3333
</div>
3434
</button>
3535
</div>

0 commit comments

Comments
 (0)