diff --git a/src/less/base/single/tip/tip.bubble.less b/src/less/base/single/tip/tip.bubble.less index 72b17607f..af76bedc6 100644 --- a/src/less/base/single/tip/tip.bubble.less +++ b/src/less/base/single/tip/tip.bubble.less @@ -6,7 +6,7 @@ } & .bubble-error{ - background: @color-bi-background-light-failure; + .background-color(@background-color-negative, 10%); color: @color-bi-text-failure; } @@ -24,4 +24,4 @@ background: @color-bi-background-light-warning; color: @color-bi-text-redmark; } -} \ No newline at end of file +}