Skip to content

Commit 70db7a2

Browse files
paulineaflorentmaitre
authored andcommitted
Review: Fix kdoc of isOudsInDarkTheme method
1 parent 06a9d55 commit 70db7a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/com/orange/ouds/core/theme/OudsTheme.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ fun OudsThemeTweak(tweak: OudsTheme.Tweak, content: @Composable () -> Unit) {
220220
* The OUDS theme can be inverted or forced to light/dark modes using [OudsThemeTweak].
221221
* The value returned by this function reflects these effective changes.
222222
*
223-
* If [OudsThemeTweak] is not used in the layout hierarchy, this function returns the same value as [isSystemInDarkTheme].
223+
* If [OudsThemeTweak] is not used in the layout hierarchy, this function returns the value of the `darkThemeEnabled` parameter of the root `OudsTheme` method.
224224
*
225225
* @return `true` if the effective OUDS theme is dark, `false` otherwise.
226226
*/

0 commit comments

Comments
 (0)