1
0
Fork 0
mirror of synced 2024-06-29 11:31:06 +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 { header {
font-size: var(--font-size-xl); font-size: var(--font-size-xl);
color: var(--ink); color: var(--ink);
font-weight: bold; font-weight: 600;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: flex-start; justify-content: flex-start;