use newer variables

This commit is contained in:
kialam
2018-05-25 10:25:16 -04:00
parent d8dcac9158
commit a9bdac0d53

View File

@@ -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;
}