File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ export function createActorStyles(): HTMLStyleElement {
23
23
24
24
border-radius: var(--border-radius);
25
25
cursor: pointer;
26
- font-size: 14px;
27
- font-weight: 600;
28
26
font-family: inherit;
27
+ font-size: var(--font-size);
28
+ font-weight: 600;
29
29
padding: 12px 16px;
30
30
text-decoration: none;
31
31
z-index: 9000;
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ export function createDialogStyles(): HTMLStyleElement {
128
128
border: var(--input-border);
129
129
border-radius: var(--form-content-border-radius);
130
130
color: var(--input-foreground);
131
- font-size: 14px ;
131
+ font-size: var(--font-size) ;
132
132
font-weight: 500;
133
133
padding: 6px 12px;
134
134
}
@@ -153,10 +153,10 @@ export function createDialogStyles(): HTMLStyleElement {
153
153
border: var(--cancel-border);
154
154
border-radius: var(--form-content-border-radius);
155
155
cursor: pointer;
156
- font-size: 14px;
156
+ font-family: inherit;
157
+ font-size: var(--font-size);
157
158
font-weight: 600;
158
159
padding: 6px 16px;
159
- font-family: inherit;
160
160
}
161
161
.btn[disabled] {
162
162
opacity: 0.6;
You can’t perform that action at this time.
0 commit comments