@@ -175,7 +175,7 @@ fun SwitchComponent(
175175) {
176176 fun getDescriptionText (): AnnotatedString {
177177 val nameStyle = SpanStyle (
178- fontFamily = FontFamily (Font (R .font.inter_bold)),
178+ fontFamily = FontFamily (Font (live.hms.prebuilt_themes. R .font.inter_bold)),
179179 )
180180 return buildAnnotatedString {
181181
@@ -222,7 +222,7 @@ fun SwitchComponent(
222222 modifier = Modifier .weight(1f ), text = " Switch Role" , style = TextStyle (
223223 fontSize = 20 .sp,
224224 lineHeight = 24 .sp,
225- fontFamily = FontFamily (Font (R .font.inter_bold)),
225+ fontFamily = FontFamily (Font (live.hms.prebuilt_themes. R .font.inter_bold)),
226226 fontWeight = FontWeight (600 ),
227227 color = Variables .OnSecondaryHigh ,
228228 letterSpacing = 0.15 .sp,
@@ -242,7 +242,7 @@ fun SwitchComponent(
242242 modifier = Modifier .fillMaxWidth(), text = getDescriptionText(), style = TextStyle (
243243 fontSize = 14 .sp,
244244 lineHeight = 20 .sp,
245- fontFamily = FontFamily (Font (R .font.inter_regular)),
245+ fontFamily = FontFamily (Font (live.hms.prebuilt_themes. R .font.inter_regular)),
246246 fontWeight = FontWeight (400 ),
247247 color = Variables .OnSurfaceMedium ,
248248 letterSpacing = 0.25 .sp,
@@ -311,7 +311,7 @@ fun SpinnerText(it: String, modifier: Modifier) {
311311 text = it, modifier, style = TextStyle (
312312 fontSize = 16 .sp,
313313 lineHeight = 24 .sp,
314- fontFamily = FontFamily (Font (R .font.inter_regular)),
314+ fontFamily = FontFamily (Font (live.hms.prebuilt_themes. R .font.inter_regular)),
315315 fontWeight = FontWeight (400 ),
316316 color = Variables .OnSurfaceHigh
317317 )
@@ -388,7 +388,7 @@ fun ChangeRoleButton(
388388 style = TextStyle (
389389 fontSize = 16 .sp,
390390 lineHeight = 24 .sp,
391- fontFamily = FontFamily (Font (R .font.inter_bold)),
391+ fontFamily = FontFamily (Font (live.hms.prebuilt_themes. R .font.inter_bold)),
392392 fontWeight = FontWeight (600 ),
393393 color = Variables .OnPrimaryHigh ,
394394 textAlign = TextAlign .Center ,
0 commit comments