chore: change sidebar font size & style (#191)
* chore: change sidebar font size & style * chore: create font size style for sidebar
This commit is contained in:
committed by
GitHub
parent
0f07812cc5
commit
4d0d1e8b95
@@ -42,7 +42,7 @@ export const Import: FC<Props> = ({ onImport }) => {
|
||||
|
||||
<SidebarButton
|
||||
text={t('Import conversations')}
|
||||
icon={<IconFileImport size={16} />}
|
||||
icon={<IconFileImport size={18} />}
|
||||
onClick={() => {
|
||||
const importFile = document.querySelector(
|
||||
'#import-file',
|
||||
|
||||
Reference in New Issue
Block a user