1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 01:44:25 +04:00

Fix table default background color (#1622)

This commit is contained in:
Paweł Kuna
2023-06-11 23:58:48 +02:00
committed by GitHub
parent c276a8b4d1
commit fb659d4897
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"@tabler/core": patch
---
Fix table default background color

View File

@@ -790,6 +790,7 @@ $spinner-border-width: 2px !default;
$spinner-border-width-sm: 1px !default; $spinner-border-width-sm: 1px !default;
// Tables // Tables
$table-bg: transparent !default;
$table-bg-scale-dark: 40% !default; $table-bg-scale-dark: 40% !default;
$table-color: inherit !default; $table-color: inherit !default;
$table-cell-padding-x: 0.75rem !default; $table-cell-padding-x: 0.75rem !default;