Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
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
5 changes: 3 additions & 2 deletions packages/connect-react/src/components/ControlApp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@ export function ControlApp({ app }: ControlAppProps) {
gridArea: "control",
};
const baseStylesConnectButton: CSSProperties = {
backgroundColor: theme.colors.primary,
borderRadius: theme.borderRadius,
border: "solid 1px",
borderColor: theme.colors.neutral20,
color: theme.colors.neutral60,
borderColor: theme.colors.primary25,
color: theme.colors.primary25,
padding: "0.25rem 0.5rem",
gridArea: "control",
};
Expand Down
3 changes: 1 addition & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading