Skip to content

Commit 68afb85

Browse files
authored
fix: style for merged cell with custom background color (#63)
* fix: style for merged cell with custom background color * chore: build * chore: increment version Co-authored-by: Johnny Almonte <[email protected]>
1 parent 47a7a71 commit 68afb85

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

app/stylesheets/main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,5 +231,5 @@ div.k-window, div.k-window.k-state-focused {
231231
}
232232

233233
.k-spreadsheet-pane .k-spreadsheet-merged-cell {
234-
background-color: var(--sn-stylekit-background-color) !important;
234+
background-color: var(--sn-stylekit-background-color);
235235
}

dist/dist.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)