Add pre-commit

This commit is contained in:
Damontecres 2025-09-23 18:01:56 -04:00
parent 379559c076
commit 3bf382a6b9
No known key found for this signature in database
4 changed files with 22 additions and 4 deletions

View file

@ -89,9 +89,7 @@ val unspecified_scheme =
@Composable
fun DolphinTheme(
darkTheme: Boolean = isSystemInDarkTheme(),
content:
@Composable()
() -> Unit,
content: @Composable () -> Unit,
) {
val colorScheme =
when {