We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf6fedd commit b045bb9Copy full SHA for b045bb9
Core/Core/Common/CommonUI/CoreWebView/Model/Features/InsertStudioOpenDetailViewButton.swift
@@ -21,15 +21,15 @@ import UIKit
21
class InsertStudioOpenInDetailButtons: CoreWebViewFeature {
22
23
private let insertStyle: String = {
24
- let fontSize = UIFont.scaledNamedFont(.regular14)
+ let fontSize = UIFont.scaledNamedFont(.regular14).pointSize
25
let css = """
26
p[ios-injected] {
27
text-align: center;
28
}
29
30
.open_details_button {
31
font-weight: 400;
32
- font-size: \(fontSize.pointSize)px;
+ font-size: \(fontSize)px;
33
text-decoration: none;
34
color: #2B7ABC;
35
0 commit comments