Unverified Commit c85fb5ea authored by Diksha Thakur's avatar Diksha Thakur Committed by GitHub

Added and used color from varibales file (#457)

parent 1b74dba5
......@@ -18,6 +18,7 @@ $body-bg-tertiary: $gray5 !default;
$body-bg-dark: $gray100 !default;
$divider: $gray15 !default;
$stroke: $gray20 !default;
$stroke-light: $gray10 !default;
$stroke-focus: $gray60 !default;
......
......@@ -8,9 +8,9 @@
padding: 8px;
display: flex;
flex-direction: row;
border-top: 2px solid $gray10;
border-bottom: 2px solid $gray10;
color: $gray60;
border-top: 1px solid $stroke-light;
border-bottom: 1px solid $stroke-light;
color: $text-secondary;
}
.table-issue-link {
margin-right: $spacer-1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment