Styling document actions more inline with medium

This commit is contained in:
Tom Moor
2017-09-08 22:06:47 -07:00
parent 73ff473b49
commit dcbad23cb1
6 changed files with 43 additions and 26 deletions

View File

@ -31,7 +31,7 @@ export const fontWeight = {
light: 300,
regular: 400,
medium: 500,
demiBold: 600,
semiBold: 600,
bold: 700,
heavy: 800,
};