diff --git a/explorer/src/components/NetworkModal.tsx b/explorer/src/components/NetworkModal.tsx index cb0664478c..cc1df88902 100644 --- a/explorer/src/components/NetworkModal.tsx +++ b/explorer/src/components/NetworkModal.tsx @@ -122,7 +122,7 @@ function NetworkToggle() { ); const btnClass = active - ? `btn-outline-${activeSuffix}` + ? `border-${activeSuffix} text-${activeSuffix}` : "btn-white text-dark"; return (