Skip to content

Commit c4e50cb

Browse files
committed
fix: adjust class order in AddressChip component for improved styling consistency
1 parent 45f3eb1 commit c4e50cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/AddressChip.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div
3-
class="bg-grey-800 flex shrink-0 items-center gap-2 rounded-[30px] px-3 py-2"
3+
class="flex shrink-0 items-center gap-2 rounded-[30px] bg-gray-800 px-3 py-2 text-white"
44
>
55
<div class="text-primary text-sm font-medium">{{ displayAddress }}</div>
66
<div

0 commit comments

Comments
 (0)