Skip to content

Commit

Permalink
fix: search input text now visible in SB, theme switcher icon color u…
Browse files Browse the repository at this point in the history
…pdated (#415)

* fix: search input text now visible in SB

* fix: theme switcher color in SB

* build: stencil build

* fix: theme swticher now has the same background as other btns
  • Loading branch information
micahjones13 authored May 25, 2022
1 parent 7fba14e commit b292186
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions packages/web-components/.storybook/manager-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,17 +111,21 @@
color: #ccd5e0;
}

/* component search input */
.sidebar-container input[type='search'] {
color: white;
}
.sidebar-container input[type='search']:focus {
color: black;
}

.storybook-readme-story .markdown-body table thead tr {
background-color: #141f2c;
}

/* theme switcher icon color override */
.css-c3junj .css-ynalaq {
color: white;
background: rgb(32, 50, 70);
}

/* scrollbars */
body {
scrollbar-color: var(
Expand Down

0 comments on commit b292186

Please sign in to comment.