milestone 23 s3: convert features/settings/ReadOnlyConfigBanner.tsx to stylex

This commit is contained in:
2026-08-12 22:21:13 +02:00
parent d5c4a8d978
commit 7e7358b3c2
5 changed files with 29 additions and 20 deletions
+4
View File
@@ -151,6 +151,10 @@ export const styles = stylex.create({
color: colors.dangerText,
},
/** For a value the operator reads character by character: a domain, an IP, a URL. */
mono: {
fontFamily: "ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace",
},
/** Visible to a screen reader only; the element keeps its place in the a11y tree. */
srOnly: {
position: "absolute",