Skip to content

Commit

Permalink
fix(document-card): selected color
Browse files Browse the repository at this point in the history
  • Loading branch information
MitanOmar committed Nov 22, 2024
1 parent 6dacc65 commit f4179e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/styles/components/_document-card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
}

&--selected {
border-color: $global-primary-background;
border-color: $global-primary-background !important;
border-width: 3px !important;
}

.marks {
Expand Down

0 comments on commit f4179e0

Please sign in to comment.