Skip to content

Commit de0bd78

Browse files
committed
fix: approval details card theme color
1 parent 18f222f commit de0bd78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/approval-requests-bundle.js

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

src/modules/approval-requests/components/approval-request/ApprovalRequestDetails.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import ApprovalRequestPreviousDecision from "./ApprovalRequestPreviousDecision";
1313
const Container = styled(Grid)`
1414
padding: ${(props) => props.theme.space.base * 6}px; /* 24px */
1515
margin-left: 0;
16-
background: ${(props) => getColorV8("grey", 100, props.theme)};
16+
background: ${(props) => getColorV8("background", 650, props.theme)};
1717
border-radius: ${(props) => props.theme.borderRadii.md}; /* 4px */
1818
max-width: 296px;
1919

0 commit comments

Comments
 (0)