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
1 changed files with 1 additions and 1 deletions

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;