Skip to content

Commit

Permalink
Merge pull request #880 from nextcloud-libraries/fix/filepicker-skele…
Browse files Browse the repository at this point in the history
…tons

fix(FilePicker): Adjust color of placeholder skeletons
  • Loading branch information
susnux committed Aug 10, 2023
2 parents 1fc2c92 + ba7bd63 commit 2c0a86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/FilePicker/LoadingTableRow.vue
Expand Up @@ -40,7 +40,7 @@
display: inline-block;
height: 24px;
background: linear-gradient(to right,var(--color-background-darker),var(--color-main-text),var(--color-background-darker));
background: linear-gradient(to right,var(--color-background-darker),var(--color-text-maxcontrast),var(--color-background-darker));
background-size: 600px 100%;
border-radius: var(--border-radius);
animation: gradient 12s ease infinite;
Expand Down

0 comments on commit 2c0a86d

Please sign in to comment.