diff --git a/bower.json b/bower.json index dbf954d..568ed09 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "uniq", - "version": "2.2.3", + "version": "2.2.4", "description": "Internal CSS Framework/Toolkit used @ Uniplaces", "main": [ "src/styles/**/*", diff --git a/src/styles/_common/_colors.scss b/src/styles/_common/_colors.scss index 4fc2a22..0c6af7f 100644 --- a/src/styles/_common/_colors.scss +++ b/src/styles/_common/_colors.scss @@ -128,9 +128,9 @@ $palette: ( ), 'status-tag': ( 'critical-text': #ff6b6b, - 'critical-background': #ffe1e1, - 'info-text': #12c6dc, - 'info-background': #def6f9 + 'critical-background': transparent, + 'info-text': #667485, + 'info-background': #f0f1f3 ), 'dropdown': ( 'primary': #224251,