diff --git a/app/styles/components/_tables.scss b/app/styles/components/_tables.scss index 4372d68ff..ad1fca43e 100644 --- a/app/styles/components/_tables.scss +++ b/app/styles/components/_tables.scss @@ -242,7 +242,7 @@ TABLE { transition: all ease-in-out .2s; &.fixed-header { background: $table-header; - border-bottom: 1px solid $border; + border-bottom: 1px solid $table-border-color; TH { color: $link-color; @@ -423,7 +423,7 @@ TABLE { border-collapse: collapse; min-width: 400px; border-radius: 5px 5px 0 0; - outline: 1px solid $border; + outline: 1px solid $table-border-color; overflow: hidden; background: transparent; border-radius: 4px;