From ae5b979141dbadb400bf27db2fe371d4d042872f Mon Sep 17 00:00:00 2001 From: nklhrstv Date: Thu, 26 Mar 2020 23:48:22 +0200 Subject: [PATCH] Pagination input colors updated --- src/common/PaginationInput/styles.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/common/PaginationInput/styles.less b/src/common/PaginationInput/styles.less index ff5987108..ebbacd679 100644 --- a/src/common/PaginationInput/styles.less +++ b/src/common/PaginationInput/styles.less @@ -13,7 +13,7 @@ .icon { display: block; - fill: @color-secondaryvariant1; + fill: @color-secondaryvariant1-90; } } @@ -32,8 +32,8 @@ white-space: nowrap; text-overflow: ellipsis; text-align: center; - font-weight: 600; - color: @color-secondaryvariant1; + font-weight: 500; + color: @color-secondaryvariant1-90; } } } \ No newline at end of file