Fix automation name font size
This commit is contained in:
parent
d36a80b0de
commit
8e09c32643
|
@ -97,7 +97,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.block-label {
|
.block-label {
|
||||||
font-size: var(--font-size-xs);
|
font-size: var(--spectrum-global-dimension-font-size-75);
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: var(--grey-7);
|
color: var(--grey-7);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue