Custom border-radius
Last updated
Last updated
Because the Ncmaz NextJs project uses the TailwindCss, so you can essay to customize the border-radius - https://tailwindcss.com/docs/border-radius
Open/edit the Ncmaz-faust/tailwind.config.js
file
Add the borderRadius option to module.exports/theme/extend
(Change the value as you like)
Save and try to run on localhost if you want: "npm run dev"
After that, you can redeploy to production