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

Fix 0.32 bis #8346

Merged
merged 2 commits into from
Nov 5, 2024
Merged

Fix 0.32 bis #8346

merged 2 commits into from
Nov 5, 2024

Conversation

charlesBochet
Copy link
Member

@charlesBochet charlesBochet commented Nov 5, 2024

Various UI fixes according to discussions with Design team

@@ -126,7 +126,7 @@ const StyledButton = styled.button<
? `0 0 0 3px ${theme.accent.tertiary}`
: 'none'};
color: ${!disabled
? theme.font.color.secondary
? theme.font.color[variant]
Copy link
Member Author

Choose a reason for hiding this comment

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

revert

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

PR Summary

This PR includes styling refinements to navigation drawer components and icon button theming, focusing on consistent button sizing and color management.

  • Removed explicit sizing from NavigationDrawerCollapseButton, deferring to IconButton's built-in dimensions
  • Updated text color in IconButton to use variant-specific theme colors instead of hardcoded 'secondary' for secondary/tertiary variants
  • Reorganized imports in NavigationDrawerHeader.tsx for better code organization
  • Added proper theme-based color inheritance for button variants in IconButton component

3 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile

@charlesBochet charlesBochet merged commit 88ba057 into main Nov 5, 2024
19 checks passed
@charlesBochet charlesBochet deleted the fix-0-32-bis branch November 5, 2024 17:14
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.

1 participant