1
0
Fork 0
mirror of synced 2024-06-26 10:00:41 +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 0593df0284
commit 6b50b47ee0

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;