Skip to content

Commit

Permalink
Merge pull request #2527 from posit-dev/dotnomad/deemphasize-alert-de…
Browse files Browse the repository at this point in the history
…scription

Deemphasize last deployment alert descriptions
  • Loading branch information
dotNomad authored Jan 14, 2025
2 parents bcabf8f + 6a5ebe4 commit 06d6e2c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
<TextStringWithAnchor
:message="home.selectedContentRecord?.deploymentError?.msg"
:splitOptions="ErrorMessageSplitOptions"
class="error-message"
class="error-message text-description"
@click="onErrorMessageAnchorClick"
/>
</div>
Expand Down
4 changes: 4 additions & 0 deletions extensions/vscode/webviews/homeView/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ body {
color: var(--vscode-foreground);
}

.text-description {
color: var(--vscode-descriptionForeground);
}

.text-placeholder {
color: var(--vscode-input-placeholderForeground);
}
Expand Down

0 comments on commit 06d6e2c

Please sign in to comment.