We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fdf260 commit f0aa856Copy full SHA for f0aa856
src/components/ConnectButton/NetworkError.tsx
@@ -11,7 +11,7 @@ export default ({ chainId }: Readonly<{ chainId: number | string }>) => {
11
)
12
13
return (
14
- <span className="absolute top-[100%] -mt-1 flex w-full items-center justify-center gap-2 rounded-b-lg bg-dp-red-400 p-1 pt-2 text-center text-xs text-white">
+ <span className="bg-dp-red-400 absolute top-[100%] -mt-1 flex w-full items-center justify-center gap-2 rounded-b-lg p-1 pt-2 text-center text-xs text-white">
15
<svg
16
xmlns="http://www.w3.org/2000/svg"
17
fill="none"
0 commit comments