We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eab1606 commit 731c0f2Copy full SHA for 731c0f2
playwright/preview.spec.ts
@@ -12,7 +12,6 @@ test.describe("homepage", () => {
12
await heroSection.waitFor({ state: "visible" });
13
14
const accessibilityScanResults = await new AxeBuilder({ page })
15
- .disableRules("color-contrast")
16
.analyze();
17
18
expect(accessibilityScanResults.violations).toEqual([]);
preview/src/components/scroll_area/mod.rs
@@ -11,6 +11,7 @@ pub(super) fn Demo() -> Element {
11
width: "10em",
height: "10em",
border: "1px solid var(--dim-border-color)",
+ color: "var(--text-color)",
border_radius: "0.5em",
padding: "0 1em 1em 1em",
direction: ScrollDirection::Vertical,
0 commit comments