Title Options:Title Only

Build 195 on feat/flex-layout
New storyBuild 195 on feat/flex-layout
View Storybook
Baseline History
This story has no baseline yet. Accept this story to set the baseline.
The color contrast between text and its background meets WCAG AA contrast ratio. Learn how to resolve this violation
Snapshot of test

Fix any of the following:

Element has insufficient color contrast of 2.21 (foreground color: #9fb1bd, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1

Element
<div style="
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: var(--fd-text-tertiary);
  font-family: &quot;Inter&quot;, sans-serif;
  font-size: 16px;
  font-weight: 500;
">Content</div>
Selector
flex-layout[direction="column"] > flex-panel > div