Tweak style of network modal options

This commit is contained in:
Justin Starry 2020-03-19 23:20:35 +08:00 committed by Michael Vines
parent 76733e14d8
commit 60e01116b2
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ function NetworkToggle() {
); );
const btnClass = active const btnClass = active
? `btn-outline-${activeSuffix}` ? `border-${activeSuffix} text-${activeSuffix}`
: "btn-white text-dark"; : "btn-white text-dark";
return ( return (