aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/src/components/styled/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-wallet-webextension/src/components/styled/index.tsx')
-rw-r--r--packages/taler-wallet-webextension/src/components/styled/index.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/taler-wallet-webextension/src/components/styled/index.tsx b/packages/taler-wallet-webextension/src/components/styled/index.tsx
index 80bfaa549..92f149ea3 100644
--- a/packages/taler-wallet-webextension/src/components/styled/index.tsx
+++ b/packages/taler-wallet-webextension/src/components/styled/index.tsx
@@ -778,6 +778,7 @@ export const WarningBox = styled(ErrorBox)`
`;
import settingsIcon from "../../../static/img/settings_black_24dp.svg";
+import wifiIcon from "../../../static/img/wifi.svg";
export const NavigationHeaderHolder = styled.div`
width: 100%;
@@ -827,7 +828,7 @@ export const NavigationHeader = styled.div`
`;
export const Icon = styled.div`
- mask: url(${settingsIcon}) no-repeat center;
+ mask: url(${wifiIcon}) no-repeat center;
background-color: gray;
width: 24px;
height: 24px;