Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc648c54

Browse files
refactor(site): make switches smaller (#14226)
1 parent21942af commitc648c54

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎site/src/pages/UserSettingsPage/NotificationsPage/NotificationsPage.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ export const NotificationsPage: FC = () => {
9191
<ListItemIcon>
9292
<Switch
9393
id={group}
94+
size="small"
9495
checked={!allDisabled}
9596
onChange={async(_,checked)=>{
9697
constupdated={ ...disabledPreferences.data};
@@ -126,6 +127,7 @@ export const NotificationsPage: FC = () => {
126127
<ListItem>
127128
<ListItemIcon>
128129
<Switch
130+
size="small"
129131
id={tmpl.id}
130132
checked={!disabledPreferences.data[tmpl.id]}
131133
onChange={async(_,checked)=>{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp