Skip to content

Commit 8e7d862

Browse files
committed
fix: make webview background transparent to prevent obscuring items behind it
1 parent 20ead74 commit 8e7d862

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Packages/Passport/Prefabs/PassportLogin_Vuplex.prefab

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ MonoBehaviour:
161161
m_Name:
162162
m_EditorClassIdentifier:
163163
m_Material: {fileID: 0}
164-
m_Color: {r: 1, g: 1, b: 1, a: 1}
164+
m_Color: {r: 1, g: 1, b: 1, a: 0}
165165
m_RaycastTarget: 1
166166
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
167167
m_Maskable: 1

src/Packages/Passport/Prefabs/PassportLogin_Windows.prefab

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ MonoBehaviour:
124124
m_Name:
125125
m_EditorClassIdentifier:
126126
m_Material: {fileID: 0}
127-
m_Color: {r: 1, g: 1, b: 1, a: 1}
127+
m_Color: {r: 1, g: 1, b: 1, a: 0}
128128
m_RaycastTarget: 1
129129
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
130130
m_Maskable: 1

0 commit comments

Comments
 (0)