Skip to content

Commit

Permalink
refactor: Changes for command bar
Browse files Browse the repository at this point in the history
  • Loading branch information
EnMod committed Jul 23, 2024
1 parent 2f0f743 commit bbd45d6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,7 @@
}

.text {
color: var(--token-color-foreground-high-contrast);

@nest html[data-theme='dark'] & {
color: var(--token-color-foreground-strong);
}
color: var(--token-color-foreground-strong);
}

.right {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,13 @@
gap: 4px;
}

.badges {
align-items: center;
display: flex;
flex-shrink: 0;
gap: 4px;
}

.body {
background-color: var(--token-color-surface-faint);
flex-grow: 1;
Expand Down

0 comments on commit bbd45d6

Please sign in to comment.