Skip to content
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

Merged
merged 8 commits into from
Oct 16, 2024
Merged

Add shadow background to nav bar #2502

merged 8 commits into from
Oct 16, 2024

Conversation

kattylucy
Copy link
Collaborator

@kattylucy kattylucy commented Oct 16, 2024

Small fixes I noticed while going through the latest changes plus shadow background to side bar

  • Dev

Copy link

github-actions bot commented Oct 16, 2024

PR deployed in Google Cloud
URL: https://app-pr2502.k-f.dev
Commit #: ba4d7dd
To access the functions directly check the corresponding deploy Action

Copy link

github-actions bot commented Oct 16, 2024

PR deployed in Google Cloud
URL: https://pr2502-app-ff-production.k-f.dev
Commit #: ba4d7dd
To access the functions directly check the corresponding deploy Action

@kattylucy kattylucy force-pushed the small_fixes_redesign branch from 41535b3 to 1b84886 Compare October 16, 2024 05:37
@@ -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;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you change the margin left to match the margin right?

Screenshot 2024-10-16 at 08 06 29

@@ -140,16 +148,21 @@ export function PoolCard({
(key) => tinlakeTranches[key as TinlakeTranchesKey].name === name
) || 'none') as TinlakeTranchesKey

console.log(tinlakeKey, name)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

leftover log

@kattylucy kattylucy enabled auto-merge (squash) October 16, 2024 07:50
@kattylucy kattylucy merged commit 983da98 into main Oct 16, 2024
11 checks passed
@kattylucy kattylucy deleted the small_fixes_redesign branch October 16, 2024 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants