Browse Source

fix sandbox tab button styles when selected (#4751)

main
moe 3 years ago
committed by GitHub
parent
commit
75bda80a63
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      beta/src/styles/sandpack.css

1
beta/src/styles/sandpack.css

@ -58,6 +58,7 @@ html.dark .sp-wrapper {
.sp-tabs .sp-tab-button {
color: #087ea4;
padding: 0 4px;
border-bottom: 2px solid transparent;
}
html.dark .sp-tabs .sp-tab-button {

Loading…
Cancel
Save