From 033bf7f7c81c8de7eb7b5a544f9279b2bfaa5998 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=BCrten?= <sebastian@mobanisto.de> Date: Tue, 8 Feb 2022 09:41:34 +0100 Subject: [PATCH] Increase emphasis of button 'Make introduction' --- .../briar/desktop/introduction/ContactDrawerMakeIntro.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/kotlin/org/briarproject/briar/desktop/introduction/ContactDrawerMakeIntro.kt b/src/main/kotlin/org/briarproject/briar/desktop/introduction/ContactDrawerMakeIntro.kt index 1302218fe8..254c999a06 100644 --- a/src/main/kotlin/org/briarproject/briar/desktop/introduction/ContactDrawerMakeIntro.kt +++ b/src/main/kotlin/org/briarproject/briar/desktop/introduction/ContactDrawerMakeIntro.kt @@ -27,11 +27,11 @@ import androidx.compose.foundation.layout.padding import androidx.compose.foundation.layout.size import androidx.compose.foundation.lazy.LazyColumn import androidx.compose.foundation.lazy.items +import androidx.compose.material.Button import androidx.compose.material.Icon import androidx.compose.material.IconButton import androidx.compose.material.Surface import androidx.compose.material.Text -import androidx.compose.material.TextButton import androidx.compose.material.TextField import androidx.compose.material.icons.Icons import androidx.compose.material.icons.filled.ArrowBack @@ -130,7 +130,7 @@ fun ContactDrawerMakeIntro( ) } Row(Modifier.padding(8.dp).weight(1f, true)) { - TextButton( + Button( onClick = { viewModel.makeIntroduction() closeInfoDrawer(true) -- GitLab