Skip to content

Commit

Permalink
feat/#222 : 배경색 회색으로 지정
Browse files Browse the repository at this point in the history
  • Loading branch information
haeti-dev committed Dec 4, 2024
1 parent 21a88db commit ff62df0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package com.boostcamp.mapisode.ui.story

import androidx.compose.animation.core.Animatable
import androidx.compose.animation.core.tween
import androidx.compose.foundation.background
import androidx.compose.foundation.gestures.detectTapGestures
import androidx.compose.foundation.layout.Box
import androidx.compose.foundation.layout.Row
Expand Down Expand Up @@ -86,6 +87,7 @@ fun StoryViewer(
Box(
modifier = Modifier
.fillMaxSize()
.background(Color.Gray)
.pointerInput(Unit) {
detectTapGestures(
onPress = {
Expand Down

0 comments on commit ff62df0

Please sign in to comment.