Skip to content

Commit 3b97e64

Browse files
authored
feat: Update colors for connact-app button (#14806)
1 parent 10062c0 commit 3b97e64

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

packages/connect-react/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<!-- markdownlint-disable MD024 -->
22
# Changelog
33

4+
# [1.0.0-preview.5] - 2024-12-02
5+
6+
- Change colors of "Connect App" button
7+
48
# [1.0.0-preview.4] - 2024-11-27
59

610
- Fix accidental use of useSuspenseQuery

packages/connect-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/connect-react",
3-
"version": "1.0.0-preview.4",
3+
"version": "1.0.0-preview.5",
44
"description": "Pipedream Connect library for React",
55
"files": [
66
"dist"

packages/connect-react/src/components/ControlApp.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,11 @@ export function ControlApp({ app }: ControlAppProps) {
4242
gridArea: "control",
4343
};
4444
const baseStylesConnectButton: CSSProperties = {
45+
backgroundColor: theme.colors.primary,
4546
borderRadius: theme.borderRadius,
4647
border: "solid 1px",
47-
borderColor: theme.colors.neutral20,
48-
color: theme.colors.neutral60,
48+
borderColor: theme.colors.primary25,
49+
color: theme.colors.primary25,
4950
padding: "0.25rem 0.5rem",
5051
gridArea: "control",
5152
};

pnpm-lock.yaml

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)