File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
packages/feedback/src/widget Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ export function createActorStyles(d: Document): HTMLStyleElement {
13
13
14
14
border-radius: var(--border-radius);
15
15
cursor: pointer;
16
- font-size: 14px;
16
+ font-family: inherit;
17
+ font-size: var(--font-size);
17
18
font-weight: 600;
18
19
padding: 12px 16px;
19
20
text-decoration: none;
Original file line number Diff line number Diff line change @@ -108,14 +108,14 @@ export function createDialogStyles(d: Document): HTMLStyleElement {
108
108
}
109
109
110
110
.form__input {
111
- font-family: inherit;
112
111
line-height: inherit;
113
112
background-color: var(--input-background);
114
113
box-sizing: border-box;
115
114
border: var(--input-border);
116
115
border-radius: var(--form-content-border-radius);
117
116
color: var(--input-foreground);
118
- font-size: 14px;
117
+ font-family: inherit;
118
+ font-size: var(--font-size);
119
119
font-weight: 500;
120
120
padding: 6px 12px;
121
121
}
@@ -140,7 +140,8 @@ export function createDialogStyles(d: Document): HTMLStyleElement {
140
140
border: var(--cancel-border);
141
141
border-radius: var(--form-content-border-radius);
142
142
cursor: pointer;
143
- font-size: 14px;
143
+ font-family: inherit;
144
+ font-size: var(--font-size);
144
145
font-weight: 600;
145
146
padding: 6px 16px;
146
147
}
You can’t perform that action at this time.
0 commit comments