1
0
Fork 0
mirror of synced 2024-06-29 11:31:06 +12:00

Fix automation name font size

This commit is contained in:
Andrew Kingston 2021-04-23 11:31:40 +01:00
parent fef61ba25f
commit 443ab6b999

View file

@ -97,7 +97,7 @@
}
.block-label {
font-size: var(--font-size-xs);
font-size: var(--spectrum-global-dimension-font-size-75);
font-weight: 500;
color: var(--grey-7);
}