Skip to content

Commit c648c54

Browse files
refactor(site): make switches smaller (#14226)
1 parent 21942af commit c648c54

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
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
const updated = { ...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)