Skip to content

Commit

Permalink
web: Adapt button style
Browse files Browse the repository at this point in the history
  • Loading branch information
ancorgs committed Jun 11, 2024
1 parent f218e02 commit abf2a53
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion web/src/components/network/NetworkPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,9 @@ export default function NetworkPage() {
condition={wifiScanSupported}
then={
<FlexItem align={{ default: "alignRight" }}>
<Button onClick={openWifiSelector}>{_("Connect to a Wi-Fi network")}</Button>
<Button variant="secondary" onClick={openWifiSelector}>
{_("Connect to a Wi-Fi network")}
</Button>
</FlexItem>
}
/>
Expand Down

0 comments on commit abf2a53

Please sign in to comment.