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 { .TagComponent {
color: white; color: white;
background: #337AB7; background: @at-blue;
border-radius: @at-space; border-radius: @at-space;
font-size: 12px; font-size: 12px;
display: flex; display: flex;
@@ -48,6 +48,6 @@
.TagComponent-button:hover { .TagComponent-button:hover {
cursor: pointer; cursor: pointer;
border-color: @default-err; border-color: @at-color-error;
background-color: @default-err; background-color: @at-color-error;
} }