Skip to content

Commit

Permalink
[MOD/#22] HorizontalDibider ์ ์šฉ
Browse files Browse the repository at this point in the history
  • Loading branch information
jangsjw committed Jan 14, 2025
1 parent 421aba8 commit 1571300
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import androidx.compose.foundation.layout.padding
import androidx.compose.foundation.layout.size
import androidx.compose.foundation.layout.width
import androidx.compose.foundation.shape.RoundedCornerShape
import androidx.compose.material3.Divider
import androidx.compose.material3.HorizontalDivider
import androidx.compose.material3.Text
import androidx.compose.runtime.Composable
import androidx.compose.ui.Alignment
Expand All @@ -35,7 +35,7 @@ fun ChatInfoSectionBuy(
.fillMaxWidth()
.background(color = NapzakMarketTheme.colors.white)
) {
Divider(
HorizontalDivider(
color = NapzakMarketTheme.colors.gray100,
thickness = 1.dp,
)
Expand Down Expand Up @@ -104,7 +104,7 @@ fun ChatInfoSectionBuy(
}
}

Divider(
HorizontalDivider(
color = NapzakMarketTheme.colors.gray100,
thickness = 1.dp,
)
Expand Down

0 comments on commit 1571300

Please sign in to comment.