Skip to content

Commit

Permalink
fix: override dc-button style for bookmark button
Browse files Browse the repository at this point in the history
  • Loading branch information
martyanovandrey committed Jan 24, 2022
1 parent 0e5177c commit 52f7519
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/BookmarkButton/BookmarkButton.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
.dc-bookmark-button {
display: inline-block;
&.dc-button {
display: inline-block;
}

vertical-align: middle;

color: var(--yc-color-text-secondary);
Expand Down

0 comments on commit 52f7519

Please sign in to comment.