From 8f17665b243a066c57ec1ac8d2acacdc07daafd8 Mon Sep 17 00:00:00 2001 From: nklhrstv Date: Sun, 29 Mar 2020 23:56:48 +0300 Subject: [PATCH] font-weight increaced in action buttons --- src/common/MetaPreview/ActionButton/styles.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/common/MetaPreview/ActionButton/styles.less b/src/common/MetaPreview/ActionButton/styles.less index 71b124c5e..447472fa2 100644 --- a/src/common/MetaPreview/ActionButton/styles.less +++ b/src/common/MetaPreview/ActionButton/styles.less @@ -36,8 +36,9 @@ .label { flex: 1; - padding: 0 0.2rem; + font-weight: 500; max-height: 2.4em; + padding: 0 0.2rem; text-align: center; color: @color-surface-light5-90; }