Skip to content

Commit

Permalink
chore(RC-26345): updates shadow effect color (#1492)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-alterio authored Jun 3, 2024
1 parent 5713461 commit 0d066cc
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "pcln-design-system",
"comment": "updates shadow effect color",
"type": "minor"
}
],
"packageName": "pcln-design-system"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "pcln-icons",
"comment": "",
"type": "none"
}
],
"packageName": "pcln-icons"
}
2 changes: 1 addition & 1 deletion packages/core/src/ShadowEffect/ShadowEffect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const ShadowOverlay = styled.div`
left: 0;
width: 100%;
height: 100%;
background-color: rgba(51, 51, 51, 0.65);
background-color: rgba(0, 24, 51, 0.5);
${zIndex};
`

Expand Down

0 comments on commit 0d066cc

Please sign in to comment.