Skip to content

Commit

Permalink
fix: update storybook theming
Browse files Browse the repository at this point in the history
  • Loading branch information
Mari Núñez authored and Mari Núñez committed Feb 14, 2024
1 parent da11fc0 commit 55d414e
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion .storybook/manager-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,35 @@
background: transparent;
}

#panel-tab-content>div>div>div>div>div>div>div {
#panel-tab-content div,
#panel-tab-content button,
.sto-1gs1swe div,
.sto-1gs1swe button,
[role="main"] .os-content div,
[role="main"] .os-content button {
color: var(--colors-emulsify-blue-1000) !important;
}

[role="main"] .os-content .modalInput,
[role="main"] .os-content #restoreDefaultsHotkeys {
color: var(--colors-emulsify-blue-100);
background: var(--colors-emulsify-blue-800);
}

#panel-tab-content tbody tr {
border-top-color: var(--colors-emulsify-blue-300);
}

#panel-tab-content th {
color: var(--colors-emulsify-blue-800);
font-weight: bold;
}

#panel-tab-content td {
color: var(--colors-emulsify-blue-1000);
}

#panel-tab-content table textarea {
background: transparent;
}
</style>

0 comments on commit 55d414e

Please sign in to comment.