Skip to content

Commit bbc5ab4

Browse files
committed
fix: made export logs button solid
1 parent 8effb5c commit bbc5ab4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ts/components/settings/section/CategoryHelp.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { ipcRenderer, shell } from 'electron';
22
import React from 'react';
3-
import { SessionButtonShape } from '../../basic/SessionButton';
3+
import { SessionButtonShape, SessionButtonType } from '../../basic/SessionButton';
44

55
import { SessionSettingButtonItem, SessionSettingsTitleWithLink } from '../SessionSettingListItem';
66

@@ -13,6 +13,7 @@ export const SettingsCategoryHelp = (props: { hasPassword: boolean | null }) =>
1313
ipcRenderer.send('show-debug-log');
1414
}}
1515
buttonShape={SessionButtonShape.Square}
16+
buttonType={SessionButtonType.Solid}
1617
buttonText={window.i18n('showDebugLog')}
1718
title={window.i18n('reportIssue')}
1819
description={window.i18n('shareBugDetails')}

0 commit comments

Comments
 (0)