Skip to content

Commit

Permalink
fix: Improve the contrast for the code snippet on the Widget Builder …
Browse files Browse the repository at this point in the history
…page. (#7758)

Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
  • Loading branch information
LiamAshdown and iamsivin committed Aug 18, 2023
1 parent c54b469 commit 2d31535
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Expand Up @@ -26,7 +26,7 @@ code {
background: $color-background;
border-radius: var(--border-radius-large);
padding: $space-two;
@apply bg-slate-50 dark:bg-slate-600 text-slate-800 dark:text-slate-100;
@apply bg-slate-50 dark:bg-slate-700 text-slate-800 dark:text-slate-100;
}
}

Expand Down
Expand Up @@ -455,9 +455,7 @@ export default {
}
}
.widget-script {
margin: 0 var(--space-two);
padding: var(--space-one);
background: var(--s-50);
@apply mx-5 p-2.5 bg-slate-50 dark:bg-slate-700;
}
}
</style>

0 comments on commit 2d31535

Please sign in to comment.