Skip to content

Commit

Permalink
Jamie optimize design polish (#4712)
Browse files Browse the repository at this point in the history
Co-authored-by: Yohann Paris <[email protected]>
  • Loading branch information
jamiewaese-uncharted and YohannParis authored Sep 9, 2024
1 parent 1bf0072 commit 65d6a41
Show file tree
Hide file tree
Showing 5 changed files with 294 additions and 217 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,7 @@ defineExpose({
</style>
<style scoped>
.vega-chart-container {
background: var(--surface-a);
border-radius: var(--border-radius-medium);
border: 1px solid var(--surface-border-light);
background: var(--surface-0);
margin-bottom: var(--gap-4);
padding-top: var(--gap-2);
footer {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const knobs = ref({
gap: var(--gap-2);
border-radius: var(--gap-1-5);
background: var(--surface-section);
border: 1px solid rgba(0, 0, 0, 0.08);
border: 1px solid var(--surface-border-light);
/* Shadow/medium */
box-shadow:
0 2px 4px -1px rgba(0, 0, 0, 0.06),
Expand Down
Loading

0 comments on commit 65d6a41

Please sign in to comment.