mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Change story text size to px
This commit is contained in:
@@ -88,7 +88,7 @@ function getFont(
|
||||
|
||||
const fontWeight = textStyle === TextAttachmentStyleType.BOLD ? 'bold ' : '';
|
||||
|
||||
return `${fontWeight}${fontSize}pt ${fontName}`;
|
||||
return `${fontWeight}${fontSize}px ${fontName}`;
|
||||
}
|
||||
|
||||
function getTextStyles(
|
||||
|
||||
Reference in New Issue
Block a user