diff --git a/libraries/compound/src/main/kotlin/io/element/android/compound/theme/ElementTheme.kt b/libraries/compound/src/main/kotlin/io/element/android/compound/theme/ElementTheme.kt index d927ba8836..e0dd0f8cdd 100644 --- a/libraries/compound/src/main/kotlin/io/element/android/compound/theme/ElementTheme.kt +++ b/libraries/compound/src/main/kotlin/io/element/android/compound/theme/ElementTheme.kt @@ -165,6 +165,7 @@ fun ElementTheme( LocalCompoundColors provides currentCompoundColor, LocalContentColor provides colorScheme.onSurface, // Configure the keyboard focus style: Draw a blue inset ring around the focused component. + // Ref: https://www.figma.com/design/hlbsmSekQorGRN1t2R9JEy/Accessibility-checks?node-id=271-42066 // By default, a semi-transparent black overlay is used LocalRippleThemeConfiguration provides RippleThemeConfiguration( RippleThemeConfiguration.Focus.InsetRing(