Skip to content

Commit 35ca353

Browse files
committed
fix background on navigation
1 parent 525f90f commit 35ca353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Home.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function onUseScreenOrientation() {
3636
</script>
3737

3838
<template>
39-
<Frame backgroundColor="transparent">
39+
<Frame :backgroundColor="palette?.colors.bg">
4040
<CustomPage>
4141
<StackLayout ref="test" class="px-4">
4242
<Label text="NativeScript-VueUse APP" class="text-2xl font-bold mt-3" />

0 commit comments

Comments
 (0)