Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
Add className on Table block in order to be able to theme it
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Sep 20, 2021
1 parent 909152b commit 0dfd748
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/blocks/Table/TableBlockView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const View = ({ data }) => {
celled={data.table.celled}
inverted={data.table.inverted}
striped={data.table.striped}
className="slate-table-block"
>
<Table.Body>
{map(data.table.rows, (row) => (
Expand Down

0 comments on commit 0dfd748

Please sign in to comment.