-
Notifications
You must be signed in to change notification settings - Fork 73
Input badge #1244
base: dev
Are you sure you want to change the base?
Input badge #1244
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
components/InputBadge/index.tsx
Outdated
min-width: 170px; | ||
border: 1px solid black; | ||
cursor: pointer; | ||
`; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should avoid adding new styled component styles, the plan is probably to face out styled components? Does chakra have any solutions around this? If not it's worth a discussing how we style things like this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See other comment lets figure out how to not rely on styled components. Also if you do UI components it's very nice if you add a screenshot too :)
components/InputBadge/index.tsx
Outdated
import { InfoIcon } from '@chakra-ui/icons'; | ||
import { Badge, BadgeProps, Flex, Text } from '@chakra-ui/react'; | ||
import { PropsWithChildren } from 'react'; | ||
import styled from 'styled-components'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Joey has brought it up - but want to removed styled-components completely.
@fritzschoff Can you link to the relevant component in figma? Ta. |
No description provided.