Skip to content

Commit c6e1fda

Browse files
authored
Merge pull request #2051 from dxc-technology/Mil4n0r/website_consistency_units
Changed `0` for `0rem / 0px` to achieve better consistency in docs
2 parents 743759c + 0d1cd39 commit c6e1fda

File tree

10 files changed

+15
-15
lines changed

10 files changed

+15
-15
lines changed

apps/website/screens/components/box/specs/BoxSpecsPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ const sections = [
107107
<td>
108108
<Code>border-width-0</Code>
109109
</td>
110-
<td>0</td>
110+
<td>0rem / 0px</td>
111111
</tr>
112112
<tr>
113113
<td>

apps/website/screens/components/card/specs/CardSpecsPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ const sections = [
111111
<td>
112112
<Code>border-width-0</Code>
113113
</td>
114-
<td>0</td>
114+
<td>0rem / 0px</td>
115115
</tr>
116116
<tr>
117117
<td>

apps/website/screens/components/chip/specs/ChipSpecsPage.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ const sections = [
275275
<td>
276276
<Code>spacing-0</Code>
277277
</td>
278-
<td>0</td>
278+
<td>0rem / 0px</td>
279279
</tr>
280280
<tr>
281281
<td>
@@ -285,7 +285,7 @@ const sections = [
285285
<td>
286286
<Code>spacing-0</Code>
287287
</td>
288-
<td>0</td>
288+
<td>0rem / 0px</td>
289289
</tr>
290290
<tr>
291291
<td>
@@ -322,7 +322,7 @@ const sections = [
322322
<td>
323323
<Code>border-width-0</Code>
324324
</td>
325-
<td>0</td>
325+
<td>0rem / 0px</td>
326326
</tr>
327327
<tr>
328328
<td>

apps/website/screens/components/dialog/specs/DialogSpecsPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ const sections = [
221221
<td>
222222
<Code>border-width-0</Code>
223223
</td>
224-
<td>0</td>
224+
<td>0rem / 0px</td>
225225
</tr>
226226
<tr>
227227
<td>

apps/website/screens/components/dropdown/specs/DropdownSpecsPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ const sections = [
368368
<td>
369369
<Code>border-width-0</Code>
370370
</td>
371-
<td>0</td>
371+
<td>0rem / 0px</td>
372372
</tr>
373373
<tr>
374374
<td>
@@ -398,7 +398,7 @@ const sections = [
398398
<td>
399399
<Code>border-width-0</Code>
400400
</td>
401-
<td>0</td>
401+
<td>0rem / 0px</td>
402402
</tr>
403403
<tr>
404404
<td>

apps/website/screens/components/progress-bar/specs/ProgressBarSpecsPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ const sections = [
392392
<td>
393393
<Code>border-width-0</Code>
394394
</td>
395-
<td>0</td>
395+
<td>0rem / 0px</td>
396396
</tr>
397397
<tr>
398398
<td>

apps/website/screens/components/slider/specs/SliderSpecsPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ const sections = [
610610
<td>
611611
<Code>border-width-0</Code>
612612
</td>
613-
<td>0</td>
613+
<td>0rem / 0px</td>
614614
</tr>
615615
<tr>
616616
<td>
@@ -640,7 +640,7 @@ const sections = [
640640
<td>
641641
<Code>border-width-0</Code>
642642
</td>
643-
<td>0</td>
643+
<td>0rem / 0px</td>
644644
</tr>
645645
<tr>
646646
<td>

apps/website/screens/components/switch/specs/SwitchSpecsPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ const sections = [
335335
<td>
336336
<Code>border-width-0</Code>
337337
</td>
338-
<td>0</td>
338+
<td>0rem / 0px</td>
339339
</tr>
340340
<tr>
341341
<td>
@@ -365,7 +365,7 @@ const sections = [
365365
<td>
366366
<Code>border-width-0</Code>
367367
</td>
368-
<td>0</td>
368+
<td>0rem / 0px</td>
369369
</tr>
370370
<tr>
371371
<td>

apps/website/screens/components/toggle-group/specs/ToggleGroupSpecsPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ const sections = [
515515
<td>
516516
<Code>border-width-0</Code>
517517
</td>
518-
<td>0</td>
518+
<td>0rem / 0px</td>
519519
</tr>
520520
<tr>
521521
<td>

apps/website/screens/components/typography/specs/TypographySpecsPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ const sections = [
304304
<td>
305305
<Code>font-tracking-normal</Code>
306306
</td>
307-
<td>0</td>
307+
<td>0rem / 0px</td>
308308
</tr>
309309
<tr>
310310
<td>

0 commit comments

Comments
 (0)