From d16807c4935e961b6a087bf20412299ef1a7b46c Mon Sep 17 00:00:00 2001 From: Vijay Raghavan Aravamudhan Date: Sat, 8 May 2021 19:30:55 +0530 Subject: Franz catchups to version 5.6.0 that are not related to macOS (#1372) * Fix browser control icons in dark mode * Upgraded 'electron-builder' * Added missing system-dependencies for development of ferdi on linux * Fix crashes on navigation changes/reloads --- src/features/webControls/components/WebControls.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/features/webControls') diff --git a/src/features/webControls/components/WebControls.js b/src/features/webControls/components/WebControls.js index c6331073b..b9403bd0d 100644 --- a/src/features/webControls/components/WebControls.js +++ b/src/features/webControls/components/WebControls.js @@ -65,6 +65,7 @@ const styles = theme => ({ width: '20px !important', height: 20, marginTop: 5, + color: theme.colorText, }, input: { marginBottom: 0, -- cgit v1.2.3-54-g00ecf