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 {
1313
1414 border-radius: var(--border-radius);
1515 cursor: pointer;
16- font-size: 14px;
16+ font-family: inherit;
17+ font-size: var(--font-size);
1718 font-weight: 600;
1819 padding: 12px 16px;
1920 text-decoration: none;
Original file line number Diff line number Diff line change @@ -108,14 +108,14 @@ export function createDialogStyles(d: Document): HTMLStyleElement {
108108}
109109
110110.form__input {
111- font-family: inherit;
112111 line-height: inherit;
113112 background-color: var(--input-background);
114113 box-sizing: border-box;
115114 border: var(--input-border);
116115 border-radius: var(--form-content-border-radius);
117116 color: var(--input-foreground);
118- font-size: 14px;
117+ font-family: inherit;
118+ font-size: var(--font-size);
119119 font-weight: 500;
120120 padding: 6px 12px;
121121}
@@ -140,7 +140,8 @@ export function createDialogStyles(d: Document): HTMLStyleElement {
140140 border: var(--cancel-border);
141141 border-radius: var(--form-content-border-radius);
142142 cursor: pointer;
143- font-size: 14px;
143+ font-family: inherit;
144+ font-size: var(--font-size);
144145 font-weight: 600;
145146 padding: 6px 16px;
146147}
You can’t perform that action at this time.
0 commit comments