Skip to content

Commit

Permalink
Add text-underline-offset to UnderlinedText component
Browse files Browse the repository at this point in the history
  • Loading branch information
hervedombya committed Feb 28, 2024
1 parent 286e56b commit 7e0ded2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/components/inlineinput/InlineInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import { Stack, Wrap } from '../../spacing';

const UnderlinedText = styled(Text)`
text-decoration-line: underline;
text-underline-offset: 4px;
text-decoration-style: dashed;
cursor: text;
`;
Expand Down

0 comments on commit 7e0ded2

Please sign in to comment.