We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f588bd commit 4b39a23Copy full SHA for 4b39a23
app/src/processing/app/ui/WelcomeSurvey.kt
@@ -18,14 +18,14 @@ import androidx.compose.ui.text.font.FontWeight
18
import androidx.compose.ui.unit.dp
19
import processing.app.Platform
20
import processing.app.ui.theme.LocalLocale
21
-import processing.app.ui.theme.ProcessingTheme
+import processing.app.ui.theme.PDETheme
22
import javax.swing.JComponent
23
24
25
fun addSurveyToWelcomeScreen(): JComponent {
26
return ComposePanel().apply {
27
setContent {
28
- ProcessingTheme {
+ PDETheme {
29
val locale = LocalLocale.current
30
Box {
31
Row(
0 commit comments