Skip to content

Commit

Permalink
fix bg color in skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
TMisiukiewicz committed Nov 22, 2023
1 parent 48cddca commit e18243f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/sidebar/SidebarLinks.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ function SidebarLinks({onLinkClick, insets, optionListItems, isLoading, priority
optionMode={viewMode}
/>
{isLoading && optionListItems.length === 0 && (
<View style={[StyleSheet.absoluteFillObject, styles.appBG]}>
<View style={[StyleSheet.absoluteFillObject, styles.highlightBG]}>
<OptionsListSkeletonView shouldAnimate />
</View>
)}
Expand Down

0 comments on commit e18243f

Please sign in to comment.