Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit c4aba77

Browse files
fix: settings tooltip icons visible in light theme
1 parent 1e52fa7 commit c4aba77

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/renderer/components/Form/Checkbox/Checkbox.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ export function Checkbox(props: ICheckboxProps) {
2626
options={{
2727
title: info,
2828
icon: faInfoCircle,
29-
inverse: true,
3029
size: 'sm',
3130
style: {marginLeft: '4px'}
3231
}}

src/renderer/components/Form/Select/Select.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ export function Select(props: ISelectProps) {
3030
options={{
3131
title: info,
3232
icon: faInfoCircle,
33-
inverse: true,
3433
size: 'sm',
3534
style: {marginLeft: '4px'}
3635
}}

0 commit comments

Comments
 (0)