Skip to content

Commit

Permalink
Merge pull request #5421 from nextcloud-libraries/fix/noid/lighter-li…
Browse files Browse the repository at this point in the history
…st-item

fix(NcListItem): decrease font-weight, restore contrast color for subname
  • Loading branch information
Antreesy committed Mar 19, 2024
2 parents f953b48 + 585b520 commit 0125a4a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/NcListItem/NcListItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -778,14 +778,15 @@ export default {
min-width: 100px;
max-width: 300px;
flex: 1 1 10%;
font-weight: bold;
font-weight: 500;
}
.list-item-content__subname {
flex: 1 0;
min-width: 0;
color: var(--color-text-maxcontrast);
&--bold {
font-weight: bold;
font-weight: 500;
}
}
Expand Down

0 comments on commit 0125a4a

Please sign in to comment.