We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9335b86 commit e3f7710Copy full SHA for e3f7710
components/toast/index.css
@@ -12,13 +12,13 @@
12
*/
13
14
.spectrum-Toast {
15
- /* Hardcoded variables */
16
- --spectrum-toast-font-weight: var(--spectrum-regular-font-weight);
17
-
18
- /* Size */
+ /* Font */
19
--spectrum-toast-font-family: var(--spectrum-sans-font-family-stack);
20
--spectrum-toast-font-style: var(--spectrum-default-font-style);
21
--spectrum-toast-font-size: var(--spectrum-font-size-100);
+ --spectrum-toast-font-weight: var(--spectrum-regular-font-weight);
+
+ /* Size */
22
--spectrum-toast-corner-radius: var(--spectrum-corner-radius-800);
23
--spectrum-toast-block-size: var(--spectrum-toast-height);
24
--spectrum-toast-icon-block-size: var(--spectrum-workflow-icon-size-100);
0 commit comments