Skip to content

Commit

Permalink
[FIX] 색상 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
arinming committed Jul 19, 2024
1 parent f1a1f50 commit b36ebb2
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@ import androidx.compose.foundation.layout.Box
import androidx.compose.foundation.layout.Column
import androidx.compose.foundation.layout.Row
import androidx.compose.foundation.layout.Spacer
import androidx.compose.foundation.layout.fillMaxSize
import androidx.compose.foundation.layout.fillMaxWidth
import androidx.compose.foundation.layout.height
import androidx.compose.foundation.layout.padding
import androidx.compose.foundation.layout.size
import androidx.compose.foundation.layout.wrapContentHeight
import androidx.compose.foundation.layout.wrapContentSize
import androidx.compose.foundation.shape.RoundedCornerShape
import androidx.compose.material3.HorizontalDivider
Expand Down Expand Up @@ -239,7 +237,7 @@ fun ScrapDialogContent(
viewModel.postScrap(announcementId, selectedColorIndex)
viewModel.updateColorChange(false)
} else {
viewModel.postScrap(announcementId, 0)
viewModel.postScrap(announcementId, selectedColorIndex)
}
viewModel.updateScrapDialogVisible(false)
}
Expand Down

0 comments on commit b36ebb2

Please sign in to comment.