Skip to content

Commit

Permalink
Fade the background and darken text. (#10424)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdunkerley authored Jul 2, 2024
1 parent 2168cfd commit 08ec3ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const TEXT_STYLE = twv.tv({
variants: {
color: {
custom: '',
primary: 'text-primary/60',
primary: 'text-primary/90',
danger: 'text-danger',
success: 'text-share',
disabled: 'text-primary/30',
Expand Down
2 changes: 1 addition & 1 deletion app/ide-desktop/lib/dashboard/src/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@
inset: 0 -16vw -16vh 0;
z-index: -1;

background-color: #ea9a39ff;
background-color: #b09778ff;

@apply fixed bg-cover pointer-events-none;
}
Expand Down

0 comments on commit 08ec3ac

Please sign in to comment.