Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
tada
  • Loading branch information
aslilac committed Sep 17, 2024
commit 1f8c386d8bae77cb0fdf2b619ab964f96eb6fb4d
4 changes: 2 additions & 2 deletions site/src/modules/provisioners/ProvisionerGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -399,8 +399,8 @@ const styles = {
fontWeight: 600,
}),

text: (theme) => ({
text: {
marginTop: 0,
marginBottom: 12,
}),
},
} satisfies Record<string, Interpolation<Theme>>;
Loading