Skip to content

Commit

Permalink
Update sidebar widget background
Browse files Browse the repository at this point in the history
  • Loading branch information
amits97 committed Dec 13, 2024
1 parent b70e5f7 commit 4550d26
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "naadan-chords",
"version": "0.85.5",
"version": "0.85.6",
"homepage": "https://www.naadanchords.com/",
"private": true,
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Themes.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const lightTheme = {
secondaryHeading: "#777",
secondaryAltHeading: "#555",
border: "#D0D5D9",
backgroundLight: "#E8EAEC",
backgroundLight: "#F6F8FA",
backgroundHighlight: "#EFEFEF",
disabledInput: "#E9ECEF",
searchFocus: "#FFF",
Expand Down
5 changes: 5 additions & 0 deletions src/containers/Styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,13 @@ export const PostItemContainer = styled.div`

export const SidebarWidgetContainer = styled.div`
border: 1px solid ${({ theme }) => theme.border};
background: ${({ theme }) => theme.backgroundLight};
padding: 0 15px;
border-radius: 15px;
.nav-tabs .nav-link.active {
background: ${({ theme }) => theme.backgroundLight};
}
`;

export const SidebarContainer = styled.div`
Expand Down

0 comments on commit 4550d26

Please sign in to comment.