Tweak style of network modal options
This commit is contained in:
committed by
Michael Vines
parent
76733e14d8
commit
60e01116b2
@ -122,7 +122,7 @@ function NetworkToggle() {
|
||||
);
|
||||
|
||||
const btnClass = active
|
||||
? `btn-outline-${activeSuffix}`
|
||||
? `border-${activeSuffix} text-${activeSuffix}`
|
||||
: "btn-white text-dark";
|
||||
|
||||
return (
|
||||
|
Reference in New Issue
Block a user