Skip to content

Commit

Permalink
feat: snapshot update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumitmaithani committed Jul 28, 2024
1 parent 2ef7cd3 commit 1b15ba8
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ exports[`<Table /> should render table 1`] = `
min-height: 48px;
height: 100%;
width: 100%;
white-space: nowrap;
border-bottom-width: 1px;
border-bottom-color: hsla(211,20%,52%,0.18);
border-bottom-style: solid;
Expand Down Expand Up @@ -1655,6 +1656,7 @@ exports[`<Table /> should render table with TableEditableCell and Bordered cells
min-height: 48px;
height: 100%;
width: 100%;
white-space: nowrap;
border-bottom-width: 1px;
border-bottom-color: hsla(211,20%,52%,0.18);
border-bottom-style: solid;
Expand All @@ -1669,6 +1671,7 @@ exports[`<Table /> should render table with TableEditableCell and Bordered cells
min-height: 48px;
height: 100%;
width: 100%;
white-space: nowrap;
border-bottom-width: 1px;
border-bottom-color: hsla(211,20%,52%,0.18);
border-bottom-style: solid;
Expand Down Expand Up @@ -2872,6 +2875,7 @@ exports[`<Table /> should render table with comfortable rowDensity 1`] = `
min-height: 60px;
height: 100%;
width: 100%;
white-space: nowrap;
border-bottom-width: 1px;
border-bottom-color: hsla(211,20%,52%,0.18);
border-bottom-style: solid;
Expand Down Expand Up @@ -3739,6 +3743,7 @@ exports[`<Table /> should render table with compact rowDensity 1`] = `
min-height: 36px;
height: 100%;
width: 100%;
white-space: nowrap;
border-bottom-width: 1px;
border-bottom-color: hsla(211,20%,52%,0.18);
border-bottom-style: solid;
Expand Down Expand Up @@ -4757,6 +4762,7 @@ exports[`<Table /> should render table with isRefreshing 1`] = `
min-height: 48px;
height: 100%;
width: 100%;
white-space: nowrap;
border-bottom-width: 1px;
border-bottom-color: hsla(211,20%,52%,0.18);
border-bottom-style: solid;
Expand Down Expand Up @@ -5680,6 +5686,7 @@ exports[`<Table /> should render table with showStripedRows 1`] = `
min-height: 48px;
height: 100%;
width: 100%;
white-space: nowrap;
}
.c6.c6.c6.c6.c6.c6.c6.c6.c6.c6.c6.c6.c6.c6.c6 {
Expand Down Expand Up @@ -6548,6 +6555,7 @@ exports[`<Table /> should render table with sticky header, footer & first column
min-height: 48px;
height: 100%;
width: 100%;
white-space: nowrap;
border-bottom-width: 1px;
border-bottom-color: hsla(211,20%,52%,0.18);
border-bottom-style: solid;
Expand Down

0 comments on commit 1b15ba8

Please sign in to comment.