Skip to content

Commit da83f88

Browse files
committed
[refactor]: backgroundColor 제거(#26)
1 parent dd431b3 commit da83f88

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

app/src/main/java/com/texthip/thip/ui/myPage/DeleteAccountScreen.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,7 @@ fun DeleteAccountScreen() {
148148
Dialog(onDismissRequest = { isDialogVisible = false }) {
149149
Box(
150150
modifier = Modifier
151-
.fillMaxSize()
152-
.background(colors.Black.copy(alpha = 0.5f)),
151+
.fillMaxSize(),
153152
contentAlignment = Alignment.Center
154153
) {
155154
DialogPopup(

0 commit comments

Comments
 (0)