Skip to content

Commit

Permalink
#121 [UI] : news notice item padding 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Eonji-sw committed Nov 26, 2024
1 parent 552cd30 commit fae3d68
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import androidx.compose.foundation.layout.Spacer
import androidx.compose.foundation.layout.fillMaxWidth
import androidx.compose.foundation.layout.height
import androidx.compose.foundation.layout.padding
import androidx.compose.foundation.layout.width
import androidx.compose.material3.Text
import androidx.compose.runtime.Composable
import androidx.compose.ui.Alignment
Expand Down Expand Up @@ -45,6 +46,7 @@ fun NewsNoticeItem(
maxLines = 1,
overflow = TextOverflow.Ellipsis
)
Spacer(modifier = Modifier.width(10.dp))
WableNewsTimeText(data.time)
}
Spacer(modifier = Modifier.height(2.dp))
Expand Down

0 comments on commit fae3d68

Please sign in to comment.