Skip to content

Commit 4b39a23

Browse files
committed
Replace ProcessingTheme with PDETheme in WelcomeSurvey
1 parent 9f588bd commit 4b39a23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/processing/app/ui/WelcomeSurvey.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ import androidx.compose.ui.text.font.FontWeight
1818
import androidx.compose.ui.unit.dp
1919
import processing.app.Platform
2020
import processing.app.ui.theme.LocalLocale
21-
import processing.app.ui.theme.ProcessingTheme
21+
import processing.app.ui.theme.PDETheme
2222
import javax.swing.JComponent
2323

2424

2525
fun addSurveyToWelcomeScreen(): JComponent {
2626
return ComposePanel().apply {
2727
setContent {
28-
ProcessingTheme {
28+
PDETheme {
2929
val locale = LocalLocale.current
3030
Box {
3131
Row(

0 commit comments

Comments
 (0)