Skip to content

Commit

Permalink
[chore/#928] Hairline 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeyubin committed Dec 30, 2024
1 parent 2302e69 commit 6808ef0
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ import androidx.compose.ui.Modifier
import androidx.compose.ui.platform.LocalContext
import androidx.compose.ui.res.painterResource
import androidx.compose.ui.tooling.preview.Preview
import androidx.compose.ui.unit.Dp
import androidx.compose.ui.unit.dp
import androidx.core.app.NotificationCompat
import androidx.lifecycle.compose.LocalLifecycleOwner
Expand Down Expand Up @@ -311,7 +312,7 @@ class AuthActivity : AppCompatActivity() {
verticalAlignment = Alignment.CenterVertically,
) {
HorizontalDivider(
thickness = 0.6.dp,
thickness = Dp.Hairline,
color = Gray300,
modifier = Modifier.weight(1f)
)
Expand All @@ -321,7 +322,7 @@ class AuthActivity : AppCompatActivity() {
modifier = Modifier.padding(horizontal = 8.dp)
)
HorizontalDivider(
thickness = 0.6.dp,
thickness = Dp.Hairline,
color = Gray300,
modifier = Modifier.weight(1f)
)
Expand Down

0 comments on commit 6808ef0

Please sign in to comment.