Skip to content

Commit

Permalink
fix: connect sdk description bg color (#8171)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew authored Sep 18, 2024
1 parent a48da82 commit 7274f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/component/onboarding/GenerateApiKey.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const SecretExplanation = styled('div')(({ theme }) => ({
}));

const SecretExplanationDescription = styled('div')(({ theme }) => ({
backgroundColor: theme.palette.primary.contrastText,
backgroundColor: theme.palette.background.paper,
borderRadius: theme.shape.borderRadius,
padding: theme.spacing(2),
flex: 1,
Expand Down

0 comments on commit 7274f49

Please sign in to comment.