line height text, refactored course schedule, added string representation functions to course meeting
This commit is contained in:
@@ -25,6 +25,7 @@ export default function Text(props: PropsWithChildren<TextProps>) {
|
||||
style.color ??= colors?.[props.color ?? 'charcoal'];
|
||||
style.fontSize ??= fonts?.[`${props.size ?? 'medium'}_size`];
|
||||
style.fontWeight ??= fonts?.[`${props.weight ?? 'regular'}_weight`];
|
||||
style.lineHeight ??= fonts?.[`${props.size ?? 'medium'}_line_height`];
|
||||
|
||||
if (props.span) {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user