$table-theme: (
  default: (
    border-color: #F5F5F5,
  ),
  dark: (
    border-color: $border-color-night,
  ),
);
