Skip to content

Commit 4c20064

Browse files
committed
fix: use line logo res
1 parent 03b6306 commit 4c20064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composeapp/src/main/java/com/firebase/composeapp/HighLevelApiDemoActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ class HighLevelApiDemoActivity : ComponentActivity() {
129129
scopes = emptyList(),
130130
customParameters = emptyMap(),
131131
buttonLabel = "Sign in with LINE",
132-
buttonIcon = AuthUIAsset.Resource(com.firebase.ui.auth.R.drawable.fui_ic_line_24dp),
132+
buttonIcon = AuthUIAsset.Resource(R.drawable.ic_line_logo_24dp),
133133
buttonColor = Color(0xFF06C755),
134134
contentColor = Color.White
135135
)

0 commit comments

Comments
 (0)