mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
style(sidebar): use darker border color on New Agent hover
Changed from white to zinc[500] for a subtler effect. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -358,7 +358,7 @@ const styles = StyleSheet.create((theme) => ({
|
||||
transitionDuration: "150ms",
|
||||
},
|
||||
newAgentButtonHovered: {
|
||||
borderColor: theme.colors.foreground,
|
||||
borderColor: theme.colors.palette.zinc[500],
|
||||
backgroundColor: theme.colors.muted,
|
||||
},
|
||||
newAgentButtonText: {
|
||||
|
||||
Reference in New Issue
Block a user