Remove shape from SignInWithGoogleButton
This commit is contained in:
parent
f3afad92c8
commit
8a17f70487
1 changed files with 0 additions and 2 deletions
|
@ -9,7 +9,6 @@ import androidx.compose.foundation.layout.Row
|
|||
import androidx.compose.foundation.layout.Spacer
|
||||
import androidx.compose.foundation.layout.padding
|
||||
import androidx.compose.foundation.layout.requiredWidth
|
||||
import androidx.compose.foundation.shape.RoundedCornerShape
|
||||
import androidx.compose.material.ButtonDefaults
|
||||
import androidx.compose.material.Icon
|
||||
import androidx.compose.material.MaterialTheme
|
||||
|
@ -71,7 +70,6 @@ fun SignInWithGoogleButton(
|
|||
verticalAlignment = Alignment.CenterVertically,
|
||||
) {
|
||||
Surface(
|
||||
shape = RoundedCornerShape(2.dp),
|
||||
color = Color.White,
|
||||
) {
|
||||
Icon(
|
||||
|
|
Loading…
Reference in a new issue