1
0
Fork 0
mirror of synced 2024-07-08 07:46:10 +12:00

Fix font weight in create automation modal

This commit is contained in:
Andrew Kingston 2020-09-24 15:11:02 +01:00
parent f6c924a90b
commit f7356539bc

View file

@ -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;