Skip to content

Commit

Permalink
fix(FilePicker): Adjust color of placeholder skeletons
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Aug 10, 2023
1 parent 7f4bb9a commit ba7bd63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/FilePicker/LoadingTableRow.vue
Original file line number Diff line number Diff line change
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 ba7bd63

Please sign in to comment.