Skip to content

Commit 937d781

Browse files
authored
fix: toolbar background color (#58)
* fix: set toolbar background color * chore: build * chore: increment version Co-authored-by: Johnny Almonte <[email protected]>
1 parent 91b0520 commit 937d781

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

app/stylesheets/main.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,3 +225,7 @@ div.k-window, div.k-window.k-state-focused {
225225
filter: brightness(130%);
226226
}
227227
}
228+
229+
.k-tabstrip-items-wrapper {
230+
background-color: var(--sn-stylekit-contrast-background-color) !important;
231+
}

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sn-spreadsheets",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"main": "dist/dist.js",
55
"scripts": {
66
"lint": "eslint app/ --ext .js",

0 commit comments

Comments
 (0)