diff --git a/assets/css/style.scss b/assets/css/style.scss index 7a5d486e9..fe0008780 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -1,5 +1,5 @@ html.dark { - @apply bg-neutral-950; + @apply bg-black; } html, body { diff --git a/components/common/Alert.vue b/components/common/Alert.vue index 51a361996..0702f36cf 100644 --- a/components/common/Alert.vue +++ b/components/common/Alert.vue @@ -30,14 +30,6 @@ defineProps({ &.has-icon { @apply grid grid-cols-[max-content_1fr] gap-block-padding-1/2; } - /* &.size- { - &md { - @apply p-4; - } - &sm { - @apply p-2; - } - } */ &.variant- { &info { @apply border bg-primary-300 text-primary-700; @@ -76,8 +68,7 @@ defineProps({ } } &warning { - @apply border p-block-padding-1/2; - @apply border-warning-400/30 bg-warning-400/10; + @apply border border-warning-400/30 bg-warning-400/10; &.size-md { .alert-icon-container { @apply h-12 w-12 bg-warning-400; @@ -90,6 +81,8 @@ defineProps({ @apply sm:p-block-padding; } &.size-sm { + @apply p-block-padding-1/2; + .alert-icon { @apply text-warning-400; } diff --git a/components/transaction/CustomBridge.vue b/components/transaction/CustomBridge.vue index 557205f76..2aedc4ecb 100644 --- a/components/transaction/CustomBridge.vue +++ b/components/transaction/CustomBridge.vue @@ -1,10 +1,16 @@ + +
+ +

+ Bridged {{ tokenCustomBridge?.symbol }} ({{ tokenCustomBridge?.bridgedSymbol }}) will work but is + different from native {{ tokenCustomBridge?.symbol }}. +

+ + Learn more + +
+
+
-