Fix font weight in create automation modal
This commit is contained in:
parent
f6c924a90b
commit
f7356539bc
|
@ -50,7 +50,7 @@
|
|||
header {
|
||||
font-size: var(--font-size-xl);
|
||||
color: var(--ink);
|
||||
font-weight: bold;
|
||||
font-weight: 600;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: flex-start;
|
||||
|
|
Loading…
Reference in New Issue