From 356abd09786e53b1aa6aa00f419039abaf537862 Mon Sep 17 00:00:00 2001 From: Rob Lewis Date: Tue, 9 Aug 2016 09:13:09 -0400 Subject: [PATCH] LT-273: Increased font-weight for additional viewer dialog and button elements --- .../components/roundedButtonGroup/roundedButtonGroup.styl | 1 + .../components/viewer/annotationDialogs/annotationDialogs.styl | 2 +- .../client/components/viewer/cineDialog/cineDialog.styl | 2 +- .../viewer/toolbarSectionButton/toolbarSectionButton.styl | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Packages/design/components/roundedButtonGroup/roundedButtonGroup.styl b/Packages/design/components/roundedButtonGroup/roundedButtonGroup.styl index 2558d0d72..022a2bbf8 100644 --- a/Packages/design/components/roundedButtonGroup/roundedButtonGroup.styl +++ b/Packages/design/components/roundedButtonGroup/roundedButtonGroup.styl @@ -43,6 +43,7 @@ $textColorActive = #2D2D2D .bottomLabel color: $textSecondaryColor font-size: 12px + font-weight: 500 line-height: 12px margin-top: 8px diff --git a/Packages/viewerbase/client/components/viewer/annotationDialogs/annotationDialogs.styl b/Packages/viewerbase/client/components/viewer/annotationDialogs/annotationDialogs.styl index e3f5ebaaa..3ff9125e2 100644 --- a/Packages/viewerbase/client/components/viewer/annotationDialogs/annotationDialogs.styl +++ b/Packages/viewerbase/client/components/viewer/annotationDialogs/annotationDialogs.styl @@ -22,7 +22,7 @@ color: $textSecondaryColor h5, label - font-weight: 100 + font-weight: 400 .annotationTextInputOptions padding: 10px 0 diff --git a/Packages/viewerbase/client/components/viewer/cineDialog/cineDialog.styl b/Packages/viewerbase/client/components/viewer/cineDialog/cineDialog.styl index 14938ef81..c5353ac00 100644 --- a/Packages/viewerbase/client/components/viewer/cineDialog/cineDialog.styl +++ b/Packages/viewerbase/client/components/viewer/cineDialog/cineDialog.styl @@ -21,7 +21,7 @@ color: $textSecondaryColor h5, label - font-weight: 100 + font-weight: 400 box-sizing: border-box diff --git a/Packages/viewerbase/client/components/viewer/toolbarSectionButton/toolbarSectionButton.styl b/Packages/viewerbase/client/components/viewer/toolbarSectionButton/toolbarSectionButton.styl index 0b5a34891..2b9ef52f4 100644 --- a/Packages/viewerbase/client/components/viewer/toolbarSectionButton/toolbarSectionButton.styl +++ b/Packages/viewerbase/client/components/viewer/toolbarSectionButton/toolbarSectionButton.styl @@ -16,6 +16,7 @@ .buttonLabel color: $textSecondaryColor font-size: 12px + font-weight: 500 .svgContainer margin: 0 auto