Skip to content

Commit

Permalink
fix: CounterBubble remove color-primary-element-lighter
Browse files Browse the repository at this point in the history
Unify styling for all versions

Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
  • Loading branch information
susnux committed Feb 11, 2023
1 parent 42c3751 commit 553d94f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/NcCounterBubble/NcCounterBubble.vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ export default {
line-height: 1em;
padding: 4px 6px;
border-radius: var(--border-radius-pill);
// since -lighter is not present in the new version it will only apply to the old one and -light for the newer
background-color: var(--color-primary-element-lighter, var(--color-primary-element-light));
background-color: var(--color-primary-element-light);
font-weight: bold;
color: var(--color-primary-element);
Expand Down

0 comments on commit 553d94f

Please sign in to comment.