-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add shadow background to nav bar #2502
Conversation
PR deployed in Google Cloud |
PR deployed in Google Cloud |
41535b3
to
1b84886
Compare
@@ -12,7 +13,7 @@ const Root = styled(Text)<{ isActive?: boolean; stacked?: boolean }>` | |||
color: ${({ isActive, theme }) => (isActive ? theme.colors.textGold : theme.colors.textInverted)}; | |||
font-size: 14px; | |||
font-weight: 500; | |||
background-color: transparent; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -140,16 +148,21 @@ export function PoolCard({ | |||
(key) => tinlakeTranches[key as TinlakeTranchesKey].name === name | |||
) || 'none') as TinlakeTranchesKey | |||
|
|||
console.log(tinlakeKey, name) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
leftover log
Small fixes I noticed while going through the latest changes plus shadow background to side bar