Skip to content

Commit

Permalink
add scss variable for table bg fixes #789
Browse files Browse the repository at this point in the history
  • Loading branch information
xaksis committed Jan 17, 2021
1 parent 9e38540 commit f14303c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/_table.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
table.vgt-table{
font-size: 16px;
border-collapse: collapse;
background-color: white;
background-color: $table-bg;
width: 100%;
max-width: 100%;
table-layout: auto;
Expand Down
1 change: 1 addition & 0 deletions src/styles/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ $light-grey: #E4E7ED !default;
$lighter-grey: #EBEEF5 !default;
$extra-light: #F2F6FC !default;

$table-bg: #FFFFFF !default;
$text-color: #606266 !default;
$secondary-text-color: #909399 !default;
$input-border-color: $base-grey !default;
Expand Down

0 comments on commit f14303c

Please sign in to comment.