Skip to content

Conversation

@ericfennis
Copy link
Member

@ericfennis ericfennis commented Dec 4, 2025

Adjustments site

  • Color pick with "normal" value
Screenshot 2025-12-04 at 15 04 31
  • Searchbar with a clear button
image
  • Removed the Flutter package from the homepage

@ericfennis ericfennis added the 🌍 site Has to do something with the Lucide website label Dec 4, 2025
Comment on lines +129 to +130
background-color: var(--vp-button-alt-bg);
padding: 4px;
Copy link
Member

Choose a reason for hiding this comment

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

The clear button feels a bit intrusive to me, should we maybe only display the background on hover?

image
Suggested change
background-color: var(--vp-button-alt-bg);
padding: 4px;
padding: 4px;
transition: background-color .25s;

set: (val) => emit('update:modelValue', val)
})
get: () => {
if (props.modelValue === 'currentColor') {
Copy link
Member

Choose a reason for hiding this comment

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

How about?

Suggested change
if (props.modelValue === 'currentColor') {
if (!props.modelValue || props.modelValue === 'currentColor') {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🌍 site Has to do something with the Lucide website

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants