Make AccessibleButton contrast control compatible (#31308)

* Make AccessibleButton contrast control compatible

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Iterate

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Iterate

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

---------

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2025-12-16 09:51:15 +00:00
committed by GitHub
parent 9d9782f62b
commit 040c348700
3 changed files with 6 additions and 3 deletions
+2 -2
View File
@@ -28,9 +28,9 @@ Please see LICENSE files in the repository root for full details.
}
.mx_InviteDialog_goButton {
min-width: 48px;
min-width: 86px;
margin-inline-start: 10px;
height: 25px;
height: 41px;
line-height: $font-25px;
}
}