Skip to content

Commit

Permalink
PWA-471: Update Home Page content after cache hit (magento#2230)
Browse files Browse the repository at this point in the history
  • Loading branch information
davemacaulay committed Jun 11, 2020
1 parent f2f6c64 commit f4ad6a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
}

.indicator {
color: rgb(var(--venia-text-hint));
--stroke: rgb(var(--venia-text-hint));
}

@keyframes spin {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const PageLoadingIndicator = props => {
<Icon
src={LoaderIcon}
size={24}
classes={{ icon: classes.indicator }}
classes={{ root: classes.indicator }}
/>
</div>
);
Expand Down

0 comments on commit f4ad6a0

Please sign in to comment.