Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
style(comments): change user image border color
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwigoric committed Jul 31, 2023
1 parent d3965c2 commit b93a494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PostComment.vue
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ async function saveComment() {
[data-theme='light'] .user-image {
background-color: var(--color-dark-pink);
border: var(--color-border) solid 3px;
border: var(--color-bright-blue) solid 3px;
}
.main-comment {
Expand Down

0 comments on commit b93a494

Please sign in to comment.