diff --git a/src/pages/components/tile/style.mdx b/src/pages/components/tile/style.mdx index e8f5c150d95..35308fd047a 100644 --- a/src/pages/components/tile/style.mdx +++ b/src/pages/components/tile/style.mdx @@ -6,6 +6,9 @@ description: tabs: ['Usage', 'Style', 'Code', 'Accessibility'] --- +import { Checkmark } from '@carbon/icons-react'; +import { white } from '@carbon/themes'; + ## Color | Element | Property | Color token | @@ -40,11 +43,11 @@ tabs: ['Usage', 'Style', 'Code', 'Accessibility'] ### Proportions for grid -| Percentage | XL 1600-1200 | L 1200-992 | M 992-768 | S 768-576 | XS 576-0 | -| ---------- | ------------ | ---------- | --------- | --------- | -------- | -| 100% | ✅ | ✅ | ✅ | ✅ | ✅ | -| 1/2 | ✅ | ✅ | ✅ | ✅ | ✅ | -| 2/3 | ✅ | ✅ | ✅ | ✅ | | -| 1/3 | ✅ | ✅ | ✅ | ✅ | | -| 1/4 | ✅ | ✅ | ✅ | ✅ | | -| 1/6 | ✅ | ✅ | | | | +| Percentage | XL 1600-1200 | L 1200-992 | M 992-768 | S 768-576 | XS 576-0 | +| ---------- | --------------------------------------- | --------------------------------------- | --------------------------------------- | --------------------------------------- | --------------------------------------- | +| 100% | | | | | | +| 1/2 | | | | | | +| 2/3 | | | | | | +| 1/3 | | | | | | +| 1/4 | | | | | | +| 1/6 | | | | | |