Skip to content

Commit

Permalink
fix(Sticky): resolved bgColor error for demo (#1093)
Browse files Browse the repository at this point in the history
* fix(Sticky): resolved bgColor error for demo

* chore: update _common
  • Loading branch information
anlyyao authored Sep 15, 2023
1 parent 5fa19e3 commit ebac8b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/sticky/demos/container.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const onScroll = (context: { scrollTop: number; isFixed: boolean }) => {
.sticky-demo {
width: 100%;
height: 150px;
background-color: var(--bg-color-demo-secondary, #2c2c2c);
background-color: var(--bg-color-demo-secondary, rgba(255, 255, 255, 1));
}
.common-button {
color: #fff;
Expand Down

0 comments on commit ebac8b6

Please sign in to comment.