From 8bc118acce92666507637f10b533b92e6ab5bd52 Mon Sep 17 00:00:00 2001 From: Martijn Cuppens Date: Tue, 18 Dec 2018 11:28:57 +0100 Subject: [PATCH] Sync `$table-border-color` with `$border-color` --- scss/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_variables.scss b/scss/_variables.scss index add1c1bfed..28fd58edd7 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -360,7 +360,7 @@ $table-hover-bg: rgba($black, .075) !default; $table-active-bg: $table-hover-bg !default; $table-border-width: $border-width !default; -$table-border-color: $gray-300 !default; +$table-border-color: $border-color !default; $table-head-bg: $gray-200 !default; $table-head-color: $gray-700 !default;