@@ -77,7 +77,7 @@ const gasFee = computed(() => {
7777 .toFixed(4)
7878 .replace(/\.?0*$/, "")
7979 }}
80- <Text color =" secondary" >UTIA</Text >
80+ <Text size = " 10 " color =" secondary" >UTIA</Text >
8181 </Text >
8282 <CopyButton :text =" appStore.gas.fast" size =" 10" />
8383 </Flex >
@@ -95,7 +95,7 @@ const gasFee = computed(() => {
9595 .toFixed(4)
9696 .replace(/\.?0*$/, "")
9797 }}
98- <Text color =" secondary" >UTIA</Text >
98+ <Text size = " 10 " color =" secondary" >UTIA</Text >
9999 </Text >
100100 <CopyButton :text =" appStore.gas.median" size =" 10" />
101101 </Flex >
@@ -113,7 +113,7 @@ const gasFee = computed(() => {
113113 .toFixed(4)
114114 .replace(/\.?0*$/, "")
115115 }}
116- <Text color =" secondary" >UTIA</Text >
116+ <Text size = " 10 " color =" secondary" >UTIA</Text >
117117 </Text >
118118 <CopyButton :text =" appStore.gas.slow" size =" 10" />
119119 </Flex >
@@ -149,8 +149,8 @@ const gasFee = computed(() => {
149149
150150 <Flex v-if =" gasLimit && gasFee.fast" align =" center" gap =" 6" >
151151 <Text size =" 12" weight =" 600" color =" primary" >
152- {{ comma(gasFee.fast, " ") }}
153- </ Text >
152+ {{ comma(gasFee.fast, " ") }} < Text size = " 10 " color = " secondary " >UTIA </ Text ></ Text
153+ >
154154 <CopyButton :text =" gasFee.fast" size =" 10" />
155155 </Flex >
156156 <Text v-else size =" 12" weight =" 600" color =" tertiary" > 0 </Text >
@@ -160,7 +160,7 @@ const gasFee = computed(() => {
160160
161161 <Flex v-if =" gasLimit && gasFee.median" align =" center" gap =" 6" >
162162 <Text size =" 12" weight =" 600" color =" primary" >
163- {{ comma(gasFee.median, " ") }}
163+ {{ comma(gasFee.median, " ") }} < Text size = " 10 " color = " secondary " >UTIA </ Text >
164164 </Text >
165165 <CopyButton :text =" gasFee.median" size =" 10" />
166166 </Flex >
@@ -171,7 +171,7 @@ const gasFee = computed(() => {
171171
172172 <Flex v-if =" gasLimit && gasFee.slow" align =" center" gap =" 6" >
173173 <Text size =" 12" weight =" 600" color =" primary" >
174- {{ comma(gasFee.slow, " ") }}
174+ {{ comma(gasFee.slow, " ") }} < Text size = " 10 " color = " secondary " >UTIA </ Text >
175175 </Text >
176176 <CopyButton :text =" gasFee.slow" size =" 10" />
177177 </Flex >
0 commit comments