Skip to content

Commit

Permalink
fix(repl): Minor styles (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
PuruVJ authored Apr 17, 2023
1 parent 02e8361 commit 2c9df11
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/repl/src/lib/Input/ComponentSelector.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
<style>
.component-selector {
position: relative;
border-bottom: 1px solid #eee;
border-bottom: 1px solid var(--sk-text-4);
overflow: hidden;
}
Expand Down
2 changes: 1 addition & 1 deletion packages/repl/src/lib/Output/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
<style>
.view-toggle {
height: 4.2rem;
border-bottom: 1px solid #eee;
border-bottom: 1px solid var(--sk-text-4);
white-space: nowrap;
box-sizing: border-box;
}
Expand Down
2 changes: 1 addition & 1 deletion packages/repl/src/lib/SplitPane.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
content: '';
position: absolute;
/* background-color: #eee; */
background-color: var(--sk-back-3);
background-color: var(--sk-text-4);
}
.horizontal {
Expand Down

2 comments on commit 2c9df11

@vercel
Copy link

@vercel vercel bot commented on 2c9df11 Apr 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

hn – ./sites/hn.svelte.dev

hn-git-master-svelte.vercel.app
hn-svelte.vercel.app
sites-zeta.vercel.app
hn.svelte.dev

@vercel
Copy link

@vercel vercel bot commented on 2c9df11 Apr 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

svelte-dev – ./sites/svelte.dev

svelte-dev-git-master-svelte.vercel.app
svelte-dev-svelte.vercel.app
svelte-website.vercel.app
svelte.dev

Please sign in to comment.