Skip to content

Commit

Permalink
feat: make settings more readable
Browse files Browse the repository at this point in the history
  • Loading branch information
dayvar14 committed Oct 10, 2024
1 parent 1bbee13 commit a2b891b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/components/SettingsList/SettingsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const SettingsList = () => {
</div>
<hr />
<div className='settings-body'>
<h3>Player Access</h3>
<h2>Player Access</h2>
<hr />
<div>
<div className='settings-item'>
Expand Down Expand Up @@ -129,7 +129,7 @@ const SettingsList = () => {
</div>
</div>
</div>
<h3>Grouping</h3>
<h2>Grouping</h2>
<hr />
<div>
<div className='settings-item'>
Expand Down Expand Up @@ -198,7 +198,7 @@ const SettingsList = () => {
</div>
</div>
</div>
<h3>Misc.</h3>
<h2>Misc.</h2>
<hr />
<div>
<div className='settings-item'>
Expand Down
5 changes: 4 additions & 1 deletion src/styles/components/_settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,14 @@
overflow: scroll;

h2 {
font-weight: 500;
font-size: map-get($font-sizes, large);
font-weight: 800;
}

hr {
border-width: map-get($space-sizes, xxxxsmall);
margin-bottom: map-get($space-sizes, xxsmall);

}
}

Expand Down

0 comments on commit a2b891b

Please sign in to comment.