diff --git a/styles/container-home.less b/styles/container-home.less index 8a11e5d833..66232d0478 100644 --- a/styles/container-home.less +++ b/styles/container-home.less @@ -55,7 +55,7 @@ flex: 1 auto; display: flex; font-size: 10px; - color: @gray-lightest; + color: @gray-light; .label-left { flex: 0 auto; min-width: 60px; diff --git a/styles/container-settings.less b/styles/container-settings.less index 46e692a56d..135105535b 100644 --- a/styles/container-settings.less +++ b/styles/container-settings.less @@ -72,7 +72,7 @@ .env-vars-labels { width: 100%; font-size: 12px; - color: @gray-lightest; + color: @gray-light; margin-left: 5px; margin-bottom: 5px; margin-top: 20px; @@ -116,7 +116,7 @@ flex: 1 auto; display: flex; font-size: 12px; - color: @gray-lightest; + color: @gray-light; .label-left { flex: 0 auto; min-width: 85px; @@ -164,7 +164,7 @@ flex: 1 auto; display: flex; font-size: 12px; - color: @gray-lightest; + color: @gray-light; .label-left { flex: 0 auto; margin-right: 30px; diff --git a/styles/left-panel.less b/styles/left-panel.less index 4bd8287944..4fe8312929 100644 --- a/styles/left-panel.less +++ b/styles/left-panel.less @@ -153,7 +153,7 @@ color: @gray-darkest; } .image { - color: @gray-lighter; + color: @gray-light; font-size: 10px; font-weight: 400; text-overflow: ellipsis; diff --git a/styles/variables.less b/styles/variables.less index 64cbc2b845..83e17a8c3b 100644 --- a/styles/variables.less +++ b/styles/variables.less @@ -15,6 +15,7 @@ @gray-darkest: #233137; @gray-darker: #556473; @gray-normal: #7A8491; +@gray-light: #9AA7BB; @gray-lighter: #C4CDDA; @gray-lightest: #E1E8EF;