Skip to content

Commit b5374a3

Browse files
committed
Update pnpm lock
1 parent a9b491f commit b5374a3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ type AlertProps = {
77

88
export function Alert({ prop }: AlertProps) {
99
const baseStyles = {
10+
width: "100%",
1011
background: "#e2e3e5",
11-
borderRadius: "10px",
12+
borderRadius: "5px",
1213
paddingTop: "2px",
1314
paddingLeft: "10px",
1415
paddingRight: "10px",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)