Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Feature request: Setting default lucide icon stroke width #2161

Closed
hackily opened this issue Jan 29, 2024 · 0 comments
Closed

Feature request: Setting default lucide icon stroke width #2161

hackily opened this issue Jan 29, 2024 · 0 comments

Comments

@hackily
Copy link
Contributor

hackily commented Jan 29, 2024

Current Behavior

I have to manually override the lucide icon stroke width per icon. The strokewidth is currently hardcoded to 2.

Expected Behavior

Set a default stroke width, perhaps via theme config.

Tamagui Version

1.88.16

Platform (Web, iOS, Android)

All platforms

Reproduction

import React from 'react';
import {X} from "@tamagui/lucide-icons";
import {YStack} from "tamagui";


const App = () => {
  return (<YStack>
    <X/>
  </YStack>);
}


### System Info

_No response_
@tamagui tamagui locked and limited conversation to collaborators Feb 2, 2024
@natew natew converted this issue into discussion #2186 Feb 2, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant