Design fixes batch post linaria migration (#18509)

- Currency input
- Edit email button full height
- Full width ai field
- Missing borders
- Cmd+K icon button centered
This commit is contained in:
Thomas Trompette
2026-03-10 14:30:16 +01:00
committed by GitHub
parent 4370788023
commit 045faf018a
7 changed files with 24 additions and 24 deletions
@@ -11,6 +11,8 @@ import { type IconComponent } from 'twenty-ui/display';
import { ThemeContext, themeCssVariables } from 'twenty-ui/theme-constants';
export const StyledIMaskInput = styled.div`
display: contents;
> input {
background-color: transparent;
border: none;