Skip to content

Commit 63841ca

Browse files
committed
other tweaks
1 parent cd61b05 commit 63841ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Examples/OneSignalDemoV2/app/src/main/java/com/onesignal/sdktest/ui/main

Examples/OneSignalDemoV2/app/src/main/java/com/onesignal/sdktest/ui/main/Sections.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ fun SendPushSection(
273273
SectionCard(title = "Send Push Notification", showCard = false, onInfoClick = onInfoClick) {
274274
PrimaryButton(text = "SIMPLE", onClick = onSimpleClick)
275275
PrimaryButton(text = "WITH IMAGE", onClick = onImageClick)
276-
OutlineButton(text = "CUSTOM", onClick = onCustomClick)
276+
PrimaryButton(text = "CUSTOM", onClick = onCustomClick)
277277
}
278278
}
279279

0 commit comments

Comments
 (0)