From 5e2e04e8eb579d91a18d36f9a7cd0846a79e530c Mon Sep 17 00:00:00 2001 From: myxmaster Date: Mon, 20 May 2024 13:26:10 +0200 Subject: [PATCH] use theme color for icons --- views/Settings/LightningAddress/NostrRelays.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/views/Settings/LightningAddress/NostrRelays.tsx b/views/Settings/LightningAddress/NostrRelays.tsx index 762af6561..d59949ef8 100644 --- a/views/Settings/LightningAddress/NostrRelays.tsx +++ b/views/Settings/LightningAddress/NostrRelays.tsx @@ -158,7 +158,8 @@ export default class NostrRelays extends React.Component< icon={{ name: 'plus', type: 'font-awesome', - size: 25 + size: 25, + color: themeColor('text') }} iconOnly onPress={async () => { @@ -244,7 +245,10 @@ export default class NostrRelays extends React.Component< icon={{ name: 'minus', type: 'font-awesome', - size: 25 + size: 25, + color: themeColor( + 'text' + ) }} iconOnly onPress={async () => {