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 {
2323
2424 border-radius: var(--border-radius);
2525 cursor: pointer;
26- font-size: 14px;
27- font-weight: 600;
2826 font-family: inherit;
27+ font-size: var(--font-size);
28+ font-weight: 600;
2929 padding: 12px 16px;
3030 text-decoration: none;
3131 z-index: 9000;
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ export function createDialogStyles(): HTMLStyleElement {
128128 border: var(--input-border);
129129 border-radius: var(--form-content-border-radius);
130130 color: var(--input-foreground);
131- font-size: 14px ;
131+ font-size: var(--font-size) ;
132132 font-weight: 500;
133133 padding: 6px 12px;
134134}
@@ -153,10 +153,10 @@ export function createDialogStyles(): HTMLStyleElement {
153153 border: var(--cancel-border);
154154 border-radius: var(--form-content-border-radius);
155155 cursor: pointer;
156- font-size: 14px;
156+ font-family: inherit;
157+ font-size: var(--font-size);
157158 font-weight: 600;
158159 padding: 6px 16px;
159- font-family: inherit;
160160}
161161.btn[disabled] {
162162 opacity: 0.6;
You can’t perform that action at this time.
0 commit comments