Skip to content

Commit d3c0109

Browse files
authored
fix(Truncate): Update truncate examples to use PF6 tokens to match core (#11943)
1 parent e5cd151 commit d3c0109

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-core/src/components/Truncate/examples/TruncateExamples.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
overflow: auto;
55
min-width: 161px;
66
max-width: 100%;
7-
padding: var(--pf-v6-global--spacer--md);
8-
border: var(--pf-v6-global--BorderWidth--sm) solid var(--pf-v6-global--BorderColor--100);
7+
padding: var(--pf-t--global--spacer--sm);
8+
border: var(--pf-t--global--border--width--box--default) solid var(--pf-t--global--border--color--default);
99
}

0 commit comments

Comments
 (0)