Skip to content

Commit

Permalink
[refactor/#185] 운세 말풀선 폰트 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
MoonsuKang committed Mar 1, 2025
1 parent 5eeb27d commit 37ff4b0
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,14 @@ import androidx.compose.ui.tooling.preview.Preview
import androidx.compose.ui.unit.Dp
import androidx.compose.ui.unit.dp
import com.yapp.designsystem.theme.OrbitTheme
import feature.fortune.R

@Composable
fun SpeechBubble(
modifier: Modifier = Modifier,
text: String,
backGroundColor: Color = OrbitTheme.colors.white.copy(alpha = 0.2f),
textColor: Color = OrbitTheme.colors.white,
textStyle: TextStyle = OrbitTheme.typography.body1Medium,
textStyle: TextStyle = OrbitTheme.typography.H3,
verticalPadding: Dp = 10.dp,
horizontalPadding: Dp = 16.dp,
) {
Expand Down

0 comments on commit 37ff4b0

Please sign in to comment.