Skip to content

Commit fb5b1c3

Browse files
committed
refactor: update ChainNotSupportedBadge styling and text
Changed the badge type from warning to tip and updated the text for improved clarity. Adjusted the color scheme to enhance visibility and align with design standards.
1 parent f13ac50 commit fb5b1c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/ChainNotSupportedBadge.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ const shouldShow = computed(() => isArbitrumSelected.value);
1717
<template>
1818
<VPBadge
1919
v-if="shouldShow"
20-
type="warning"
21-
text="Not Supported for this Chain"
20+
type="tip"
21+
text="Chain Not Supported"
2222
style="
23-
color: var(--vp-c-orange-1);
24-
background-color: hsla(15, 100%, 40%, 8%);
23+
color: var(--vp-c-red-1);
24+
background-color: hsla(350, 89%, 60%, 8%);
2525
margin-top: 1px;
2626
margin-right: 4px;
2727
"

0 commit comments

Comments
 (0)