From 5e4c12831991660de627cad9c4ce0ee03ad5053d Mon Sep 17 00:00:00 2001 From: Sebastian Date: Tue, 30 May 2023 14:59:03 -0300 Subject: use latest linaria lib --- .../taler-wallet-webextension/src/wallet/ManageAccount/views.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'packages/taler-wallet-webextension/src/wallet/ManageAccount') diff --git a/packages/taler-wallet-webextension/src/wallet/ManageAccount/views.tsx b/packages/taler-wallet-webextension/src/wallet/ManageAccount/views.tsx index 1b4678b8a..4d045ee13 100644 --- a/packages/taler-wallet-webextension/src/wallet/ManageAccount/views.tsx +++ b/packages/taler-wallet-webextension/src/wallet/ManageAccount/views.tsx @@ -33,9 +33,9 @@ import { useTranslationContext } from "@gnu-taler/web-util/browser"; import { Button } from "../../mui/Button.js"; import { TextFieldHandler } from "../../mui/handlers.js"; import { TextField } from "../../mui/TextField.js"; -import checkIcon from "../../svg/check_24px.svg"; -import deleteIcon from "../../svg/delete_24px.svg"; -import warningIcon from "../../svg/warning_24px.svg"; +import checkIcon from "../../svg/check_24px.inline.svg"; +import deleteIcon from "../../svg/delete_24px.inline.svg"; +import warningIcon from "../../svg/warning_24px.inline.svg"; import { State } from "./index.js"; type AccountType = "bitcoin" | "x-taler-bank" | "iban"; -- cgit v1.2.3