Skip to content

Commit 80de5e0

Browse files
committed
fix: accessibility test
1 parent 9785ab1 commit 80de5e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/vendor/tailwind/accessibility.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ describe("Accessibility - Screen Readers", () => {
2929
margin: 0,
3030
overflow: "visible",
3131
padding: 0,
32+
position: "static",
3233
},
3334
},
3435
warnings: {
3536
properties: ["clip", "white-space"],
3637
values: {
37-
position: "static",
3838
width: "auto",
3939
height: "auto",
4040
},

0 commit comments

Comments
 (0)