Skip to content

Commit 82bbd7c

Browse files
authored
Update new workspace button style (#17165)
1 parent 1337e59 commit 82bbd7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/dashboard/src/workspaces/CreateWorkspacePage.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ export function CreateWorkspacePage() {
253253
<Button
254254
onClick={onClickCreate}
255255
autoFocus={true}
256+
size="block"
256257
loading={isStarting || isLoading}
257258
disabled={
258259
!contextURL ||

0 commit comments

Comments
 (0)