From fc32519ebdcb66d6c2fc1aedce9b15a975fcec75 Mon Sep 17 00:00:00 2001 From: Suraj Shetty Date: Wed, 19 Aug 2020 11:50:16 +0530 Subject: [PATCH] fix: Update avatar font-sizes --- frappe/public/scss/avatar.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frappe/public/scss/avatar.scss b/frappe/public/scss/avatar.scss index addd58328a..a0669aacd2 100644 --- a/frappe/public/scss/avatar.scss +++ b/frappe/public/scss/avatar.scss @@ -26,7 +26,7 @@ text-align: center; .standard-image { - font-size: $font-size-xs; + font-size: var(--text-xs); } .avatar-empty::after { @@ -40,7 +40,7 @@ height: 36px; .standard-image { - font-size: 18px; + font-size: var(--text-base); } } @@ -50,7 +50,7 @@ .standard-image { - font-size: 36px; + font-size: var(--text-2xl); } } @@ -59,7 +59,7 @@ height: 108px; .standard-image { - font-size: 36px; + font-size: var(--text-2xl); } }