diff --git a/src/components/Player/TextMessage.jsx b/src/components/Player/TextMessage.jsx index 569700a..b45dcb3 100644 --- a/src/components/Player/TextMessage.jsx +++ b/src/components/Player/TextMessage.jsx @@ -9,6 +9,7 @@ export default function ({ style, text }) { return ({ input: (> {text}), subheader: ({text}), + emphasized: ({text}), endOfLine: (
) })[style] || defaultContent }