From a9bdac0d53a9209cd4c6fc3fc89a95004b95f050 Mon Sep 17 00:00:00 2001 From: kialam Date: Fri, 25 May 2018 10:25:16 -0400 Subject: [PATCH] use newer variables --- awx/ui/client/lib/components/tag/_index.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/awx/ui/client/lib/components/tag/_index.less b/awx/ui/client/lib/components/tag/_index.less index f4bc366012..98381154d8 100644 --- a/awx/ui/client/lib/components/tag/_index.less +++ b/awx/ui/client/lib/components/tag/_index.less @@ -3,7 +3,7 @@ } .TagComponent { color: white; - background: #337AB7; + background: @at-blue; border-radius: @at-space; font-size: 12px; display: flex; @@ -48,6 +48,6 @@ .TagComponent-button:hover { cursor: pointer; - border-color: @default-err; - background-color: @default-err; + border-color: @at-color-error; + background-color: @at-color-error; }