chore: fix icon style

This commit is contained in:
boojack
2022-07-17 10:29:12 +08:00
parent 9417797b99
commit 93ba2f4fab
18 changed files with 20 additions and 39 deletions

View File

@ -30,7 +30,7 @@ const SettingDialog: React.FC<Props> = (props: Props) => {
return (
<div className="dialog-content-container">
<button className="btn close-btn" onClick={destroy}>
<i className="fa-solid fa-xmark icon-img"></i>
<i className="fa-solid fa-xmark fa-lg icon-img"></i>
</button>
<div className="section-selector-container">
<span className="section-title">Basic</span>