Merge pull request #7391 from thunderbird/change_sign_in_with_google_button_layout

Remove shape from `SignInWithGoogleButton`
This commit is contained in:
Wolf-Martell Montwé 2023-11-30 10:01:37 +00:00 committed by GitHub
commit f9f673eb4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(