Skip to content

Commit

Permalink
hotfix: 폰트 굵기 선택하는 창에서 font-family 적용되게 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
JellyBrick committed Aug 14, 2023
1 parent 482eb97 commit cbcc61a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderer/settings/containers/ThemeContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ const ThemeContainer = () => {
'w-full py-2 hover:bg-white/10 rounded-lg truncate flex items-center',
isSelected && 'bg-white/10',
)}
style={{ 'font-weight': option }}
style={{ 'font-family': config()?.style?.font, 'font-weight': option }}
>
<Show when={isSelected}>
<div class={'bg-primary-500 rounded w-1 h-4'} />
Expand Down

0 comments on commit cbcc61a

Please sign in to comment.