Skip to content

Commit 92354aa

Browse files
authored
fix: Bump opacity a bit, to pass color contrast accessibility check (#351)
1 parent 9ab52c8 commit 92354aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/uui-input-lock/lib/uui-input-lock.element.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export class UUIInputLockElement extends UUIInputElement {
2727
2828
:host([locked]) #input {
2929
cursor: not-allowed;
30-
opacity: 0.5;
30+
opacity: 0.55;
3131
}
3232
`,
3333
];

0 commit comments

Comments
 (0)