You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2026-01-03 21:42:32 +03:00
Merge pull request #4806 from matrix-org/jryans/read-reader-remainder-size
Update read receipt remainder for internal font size change
This commit is contained in:
@@ -19,7 +19,7 @@ limitations under the License.
|
||||
|
||||
// converts a pixel value to rem.
|
||||
export function toRem(pixelValue: number): string {
|
||||
return pixelValue / 15 + "rem";
|
||||
return pixelValue / 10 + "rem";
|
||||
}
|
||||
|
||||
export function toPx(pixelValue: number): string {
|
||||
|
||||
Reference in New Issue
Block a user