Skip to content

Commit

Permalink
feat(logsnippet): add log snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
InsaneZein committed Feb 22, 2024
1 parent 0d4e71c commit ea38872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/module/src/LogSnippet/LogSnippet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const useStyles = createUseStyles({
logSnippet: {
marginLeft: 'var(--pf-v5-global--spacer--sm)',
padding: 'var(--pf-v5-global--spacer--sm) 0 var(--pf-v5-global--spacer--sm) var(--pf-v5-global--spacer--sm)',
backgroundColor: 'var(--pf-v5-global--palette--black-100)'
backgroundColor: 'var(--pf-v5-global--BackgroundColor--100)',
},
variantBorderColor: (leftBorderVariant: string) => ({
borderLeft: `var(--pf-v5-global--BorderWidth--md) solid var(--pf-v5-global--${leftBorderVariant}-color--100)`,
Expand Down

0 comments on commit ea38872

Please sign in to comment.