Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a2a6c6 commit c83d645Copy full SHA for c83d645
site/src/pages/UserSettingsPage/NotificationsPage/NotificationsPage.tsx
@@ -91,6 +91,7 @@ export const NotificationsPage: FC = () => {
91
<ListItemIcon>
92
<Switch
93
id={group}
94
+ size="small"
95
checked={!allDisabled}
96
onChange={async (_, checked) => {
97
const updated = { ...disabledPreferences.data };
@@ -126,6 +127,7 @@ export const NotificationsPage: FC = () => {
126
127
<ListItem>
128
129
130
131
id={tmpl.id}
132
checked={!disabledPreferences.data[tmpl.id]}
133
0 commit comments