Skip to content
Snippets Groups Projects
Commit 033bf7f7 authored by Sebastian's avatar Sebastian Committed by Mikolai Gütschow
Browse files

Increase emphasis of button 'Make introduction'

parent 3afa9f18
No related branches found
No related tags found
1 merge request!147Increase emphasis of button 'Make introduction'
Pipeline #9681 passed
...@@ -27,11 +27,11 @@ import androidx.compose.foundation.layout.padding ...@@ -27,11 +27,11 @@ import androidx.compose.foundation.layout.padding
import androidx.compose.foundation.layout.size import androidx.compose.foundation.layout.size
import androidx.compose.foundation.lazy.LazyColumn import androidx.compose.foundation.lazy.LazyColumn
import androidx.compose.foundation.lazy.items import androidx.compose.foundation.lazy.items
import androidx.compose.material.Button
import androidx.compose.material.Icon import androidx.compose.material.Icon
import androidx.compose.material.IconButton import androidx.compose.material.IconButton
import androidx.compose.material.Surface import androidx.compose.material.Surface
import androidx.compose.material.Text import androidx.compose.material.Text
import androidx.compose.material.TextButton
import androidx.compose.material.TextField import androidx.compose.material.TextField
import androidx.compose.material.icons.Icons import androidx.compose.material.icons.Icons
import androidx.compose.material.icons.filled.ArrowBack import androidx.compose.material.icons.filled.ArrowBack
...@@ -130,7 +130,7 @@ fun ContactDrawerMakeIntro( ...@@ -130,7 +130,7 @@ fun ContactDrawerMakeIntro(
) )
} }
Row(Modifier.padding(8.dp).weight(1f, true)) { Row(Modifier.padding(8.dp).weight(1f, true)) {
TextButton( Button(
onClick = { onClick = {
viewModel.makeIntroduction() viewModel.makeIntroduction()
closeInfoDrawer(true) closeInfoDrawer(true)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment