summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/src/components/MultiActionButton.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-wallet-webextension/src/components/MultiActionButton.tsx')
-rw-r--r--packages/taler-wallet-webextension/src/components/MultiActionButton.tsx9
1 files changed, 8 insertions, 1 deletions
diff --git a/packages/taler-wallet-webextension/src/components/MultiActionButton.tsx b/packages/taler-wallet-webextension/src/components/MultiActionButton.tsx
index 866bd0379..d1b5e45ad 100644
--- a/packages/taler-wallet-webextension/src/components/MultiActionButton.tsx
+++ b/packages/taler-wallet-webextension/src/components/MultiActionButton.tsx
@@ -89,10 +89,17 @@ export function MultiActionButton({
marginLeft: 0,
borderTopLeftRadius: 0,
borderBottomLeftRadius: 0,
+ width: 36,
+ padding: 4,
+ height: 36,
+ fill: "white",
}}
>
<div
- style={{ height: 14 }}
+ style={{
+ height: 24,
+ width: 24,
+ }}
dangerouslySetInnerHTML={{ __html: arrowDown }}
/>
</ButtonPrimary>