Skip to content

Commit 090c649

Browse files
committed
fix(v6): Fix TagCount styling (patternfly#237)
* fix(v6): Fix TagCount styling * Update tokens
1 parent 28d7dac commit 090c649

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

packages/module/src/TagCount/TagCount.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { createUseStyles } from 'react-jss'
66

77
const useStyles = createUseStyles({
88
buttonTagCount: {
9-
color: 'var(--pf-v5-global--icon--Color--light)',
109
display: 'flex',
1110
alignItems: 'center',
1211
padding: 'var(--pf-t--global--spacer--sm) var(--pf-t--global--spacer--md)'

packages/module/src/TagCount/__snapshots__/TagCount.test.tsx.snap

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,15 @@ exports[`TagCount component should render a disabled tag count with no value 1`]
3131
>
3232
<svg
3333
aria-hidden="true"
34+
<<<<<<< HEAD
3435
<<<<<<< HEAD
3536
class="pf-v6-svg tagIcon-0-2-2 tagIcon-d0-0-2-4"
3637
=======
3738
class="pf-v6-svg"
3839
>>>>>>> 7e689b6 (Update to the latest PF versions (#224))
40+
=======
41+
class="pf-v6-svg tagIcon-0-2-2 tagIcon-d0-0-2-4"
42+
>>>>>>> 4d794db (fix(v6): Fix TagCount styling (#237))
3943
fill="currentColor"
4044
height="1em"
4145
role="img"
@@ -49,11 +53,15 @@ exports[`TagCount component should render a disabled tag count with no value 1`]
4953
</span>
5054
</span>
5155
<span
56+
<<<<<<< HEAD
5257
<<<<<<< HEAD
5358
class="tagText-0-2-3"
5459
=======
5560
class="tagText-0-2-2"
5661
>>>>>>> 7e689b6 (Update to the latest PF versions (#224))
62+
=======
63+
class="tagText-0-2-3"
64+
>>>>>>> 4d794db (fix(v6): Fix TagCount styling (#237))
5765
data-ouia-component-id="TagCount-text"
5866
/>
5967
</span>
@@ -88,11 +96,15 @@ exports[`TagCount component should render a disabled tag count with no value 1`]
8896
>
8997
<svg
9098
aria-hidden="true"
99+
<<<<<<< HEAD
91100
<<<<<<< HEAD
92101
class="pf-v6-svg tagIcon-0-2-2 tagIcon-d0-0-2-4"
93102
=======
94103
class="pf-v6-svg"
95104
>>>>>>> e4d8972 (Update to PatternFly 6 (#145))
105+
=======
106+
class="pf-v6-svg tagIcon-0-2-2 tagIcon-d0-0-2-4"
107+
>>>>>>> 4d794db (fix(v6): Fix TagCount styling (#237))
96108
fill="currentColor"
97109
height="1em"
98110
role="img"
@@ -237,11 +249,15 @@ exports[`TagCount component should render a tag count of 11 1`] = `
237249
>
238250
<svg
239251
aria-hidden="true"
252+
<<<<<<< HEAD
240253
<<<<<<< HEAD
241254
class="pf-v6-svg tagIcon-0-2-2 tagIcon-d1-0-2-5"
242255
=======
243256
class="pf-v6-svg"
244257
>>>>>>> 7e689b6 (Update to the latest PF versions (#224))
258+
=======
259+
class="pf-v6-svg tagIcon-0-2-2 tagIcon-d1-0-2-5"
260+
>>>>>>> 4d794db (fix(v6): Fix TagCount styling (#237))
245261
fill="currentColor"
246262
height="1em"
247263
role="img"
@@ -255,11 +271,15 @@ exports[`TagCount component should render a tag count of 11 1`] = `
255271
</span>
256272
</span>
257273
<span
274+
<<<<<<< HEAD
258275
<<<<<<< HEAD
259276
class="tagText-0-2-3"
260277
=======
261278
class="tagText-0-2-2"
262279
>>>>>>> 7e689b6 (Update to the latest PF versions (#224))
280+
=======
281+
class="tagText-0-2-3"
282+
>>>>>>> 4d794db (fix(v6): Fix TagCount styling (#237))
263283
data-ouia-component-id="TagCount-text"
264284
>
265285
11
@@ -295,11 +315,15 @@ exports[`TagCount component should render a tag count of 11 1`] = `
295315
>
296316
<svg
297317
aria-hidden="true"
318+
<<<<<<< HEAD
298319
<<<<<<< HEAD
299320
class="pf-v6-svg tagIcon-0-2-2 tagIcon-d1-0-2-5"
300321
=======
301322
class="pf-v6-svg"
302323
>>>>>>> e4d8972 (Update to PatternFly 6 (#145))
324+
=======
325+
class="pf-v6-svg tagIcon-0-2-2 tagIcon-d1-0-2-5"
326+
>>>>>>> 4d794db (fix(v6): Fix TagCount styling (#237))
303327
fill="currentColor"
304328
height="1em"
305329
role="img"

0 commit comments

Comments
 (0)