Skip to content

Commit e3f7710

Browse files
committed
fix(toast): correct font property organization and header
1 parent 9335b86 commit e3f7710

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/toast/index.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
*/
1313

1414
.spectrum-Toast {
15-
/* Hardcoded variables */
16-
--spectrum-toast-font-weight: var(--spectrum-regular-font-weight);
17-
18-
/* Size */
15+
/* Font */
1916
--spectrum-toast-font-family: var(--spectrum-sans-font-family-stack);
2017
--spectrum-toast-font-style: var(--spectrum-default-font-style);
2118
--spectrum-toast-font-size: var(--spectrum-font-size-100);
19+
--spectrum-toast-font-weight: var(--spectrum-regular-font-weight);
20+
21+
/* Size */
2222
--spectrum-toast-corner-radius: var(--spectrum-corner-radius-800);
2323
--spectrum-toast-block-size: var(--spectrum-toast-height);
2424
--spectrum-toast-icon-block-size: var(--spectrum-workflow-icon-size-100);

0 commit comments

Comments
 (0)