-
Notifications
You must be signed in to change notification settings - Fork 102
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
Permit styles tag 1 #3083
Permit styles tag 1 #3083
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Some nitpicks
/* background-color: ${({ theme }) => theme.bg3}; | ||
color: ${({ theme }) => theme.text2}; | ||
font-size: 14px; | ||
font-size: 12px; | ||
font-weight: var(--cow-font-weight-medium); | ||
border-radius: 4px; | ||
padding: 0.25rem 0.3rem 0.25rem 0.3rem; | ||
max-width: 6rem; | ||
padding: 4px 6px; | ||
overflow: hidden; | ||
text-overflow: ellipsis; | ||
white-space: nowrap; | ||
justify-self: flex-end; | ||
margin-right: 4px; | ||
margin: 0 4px 0 0; */ | ||
` |
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.
Remove?
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.
@alfetopito Fixed, please review!
apps/cowswap-frontend/src/legacy/components/SearchModal/CurrencyList/index.tsx
Outdated
Show resolved
Hide resolved
* feat: updates * feat: updates * feat: updates * feat: updates * feat: updates * feat: fix box shadow var * feat: optimize * feat: optimize IconSpinner (#3099) * feat: optimize IconSpinner * feat: optimize * feat: add ENUM
* feat: updates * feat: updates * feat: updates * feat: updates * feat: updates * feat: fix box shadow var * feat: optimize * feat: optimize IconSpinner (#3099) * feat: optimize IconSpinner * feat: optimize * feat: add ENUM * feat: add ENUM * feat: add ENUM * feat: add ENUM usage * feat: add ENUM usage * feat: add ENUM usage * fix: restore yarn.lock to version matching parent branch * fix: reverted package.json changes as well * chore: restore once again yarn.lock * feat: add ENUM usage * feat: add ENUM usage --------- Co-authored-by: Alfetopito <[email protected]>
Summary
Todo (need help)
const isPermitCompatible = false // TODO: Make dynamic
Preview