Merge pull request #7391 from thunderbird/change_sign_in_with_google_button_layout
Remove shape from `SignInWithGoogleButton`
This commit is contained in:
commit
f9f673eb4d
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