Skip to content

Added corner radius code#160

Open
srikanthsrnvs wants to merge 2 commits intomainfrom
ALL-429
Open

Added corner radius code#160
srikanthsrnvs wants to merge 2 commits intomainfrom
ALL-429

Conversation

@srikanthsrnvs
Copy link
Collaborator

If you want to make corners smooth in the app, use my component

import RoundedDiv from 'RoundedDiv';

const MyComponent = () => {
  return (
    <RoundedDiv cornerRadius={13} className="bg-blue-500 p-4">
      <p>This div has smooth corners!</p>
    </RoundedDiv>
  );
};

@linear
Copy link

linear bot commented Jul 1, 2024

@gbengaoyeee
Copy link
Contributor

messing up running state animation. also make sure cornerRadius is optional

@gbengaoyeee
Copy link
Contributor

also cutting the install overlay button

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants