Skip to content

Feat/text overrides#65

Open
viveknigam3003 wants to merge 20 commits intomainfrom
feat/textOverrides
Open

Feat/text overrides#65
viveknigam3003 wants to merge 20 commits intomainfrom
feat/textOverrides

Conversation

@viveknigam3003
Copy link
Copy Markdown
Owner

Added Textbox Overrides to support

  • Rounded corners
  • Borders - dashed, solid
  • Linear/Radial Gradients
  • Text transform

@vercel
Copy link
Copy Markdown

vercel bot commented Feb 5, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
canvas-editor ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 5, 2024 4:43pm

Comment thread src/App.tsx
defaultValue: 'false',
});
const [showRuler, setShowRuler] = useState(true);
const [showRuler, setShowRuler] = useState(false);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shall we disable ruler by default? i know we face sometimes issue in dev mode

@akram-r
Copy link
Copy Markdown
Contributor

akram-r commented Feb 6, 2024

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants