Skip to content

Commit

Permalink
Remove grey background behind all components (#9213)
Browse files Browse the repository at this point in the history
* remove panel padding and border

* add changeset

* revert radius change

* add changeset

* format

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
  • Loading branch information
hannahblair and gradio-pr-bot authored Aug 29, 2024
1 parent 20c0836 commit ab4580b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 7 additions & 0 deletions .changeset/lucky-hotels-sort.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@gradio/column": minor
"gradio": minor
"website": minor
---

feat:Remove grey background behind all components
4 changes: 1 addition & 3 deletions js/_website/src/lib/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -358,10 +358,9 @@ li {

:where(ol > li)::marker {
font-weight: 400;
color: #6b7280;
color: #6b7280;
}


.embedded-component .gradio-container {
padding: var(--size-4) 0 0 0 !important;
}
Expand All @@ -383,7 +382,6 @@ li {
display: grid;
}


summary {
display: grid !important;
}
Expand Down
2 changes: 0 additions & 2 deletions js/column/Index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,5 @@
.panel {
border: solid var(--panel-border-width) var(--panel-border-color);
border-radius: var(--container-radius);
background: var(--panel-background-fill);
padding: var(--spacing-lg);
}
</style>

0 comments on commit ab4580b

Please sign in to comment.