Skip to content

Commit

Permalink
fix(ui): visual regression
Browse files Browse the repository at this point in the history
  • Loading branch information
danilowoz committed Jan 14, 2022
1 parent 9d5d1bf commit 06deaae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sandpack-react/src/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,7 @@
/* Common Styling */

.sp-tab-button {
display: flex;
align-items: center;
display: block;
background: transparent;
appearance: none;
font-size: inherit;
Expand Down Expand Up @@ -307,6 +306,8 @@
padding: var(--sp-space-1) var(--sp-space-3) var(--sp-space-1)
var(--sp-space-2);
border-radius: var(--sp-border-radius);
display: flex;
align-items: center;
color: var(--sp-colors-fg-default);
background-color: var(--sp-colors-bg-default);
font-size: inherit;
Expand Down

0 comments on commit 06deaae

Please sign in to comment.