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 a26a769 commit ece0030Copy full SHA for ece0030
1 file changed
apps/web/components/settings/platform/oauth-clients/oauth-client-form/index.tsx
@@ -137,7 +137,7 @@ export const OAuthClientForm = ({
137
color="minimal"
138
variant="icon"
139
StartIcon="plus"
140
- className="text-default mx-2 mb-2"
+ className="text-default mx-2"
141
disabled={isFormDisabled}
142
onClick={() => {
143
append({ uri: "" });
@@ -150,7 +150,7 @@ export const OAuthClientForm = ({
150
color="destructive"
151
152
StartIcon="trash"
153
154
155
156
remove(index);
0 commit comments