iamsanjay commented on code in PR #3511:
URL: https://github.com/apache/solr/pull/3511#discussion_r2303704941
##########
solr/ui/src/commonMain/kotlin/org/apache/solr/ui/views/theme/Theme.kt:
##########
@@ -52,8 +52,8 @@ fun SolrTheme(
content: @Composable () -> Unit,
) {
val colorScheme = when {
- useDarkTheme -> darkScheme
- else -> lightScheme
Review Comment:
I like white. Is there anyway we could change this via UI?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]