Skip to content

Commit 9904b8c

Browse files
committed
fix: update background color for ChainNotSupportedBadge
Adjusted the background color of the ChainNotSupportedBadge component to improve visibility and consistency with design standards.
1 parent 2c79555 commit 9904b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ChainNotSupportedBadge.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const shouldShow = computed(() => isArbitrumSelected.value);
2121
text="Not Supported for this Chain"
2222
style="
2323
color: var(--vp-c-orange-1);
24-
background-color: hsla(0, 100%, 50%, 8%);
24+
background-color: hsla(0, 100%, 70%, 8%);
2525
margin-top: 1px;
2626
margin-right: 4px;
2727
"

0 commit comments

Comments
 (0)