fix(Nextjs) : Presentation layout tailwind styling issue

This commit is contained in:
shiva raj badu 2025-07-18 21:47:13 +05:45
parent 4268a943b6
commit f4d547937f
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -139,7 +139,7 @@ const SlideContent = ({
{isStreaming && (
<Loader2 className="w-8 h-8 absolute right-2 top-2 z-30 text-blue-800 animate-spin" />
)}
<div className={` w-full group mb-6`}>
<div className={` w-full group mb-6`}>
{/* render slides */}
{loading ? <div className="flex flex-col bg-white aspect-video items-center justify-center h-full">
<Loader2 className="w-8 h-8 animate-spin" />

View file

@ -9,6 +9,7 @@ const config: Config = {
"./components/**/*.{js,ts,jsx,tsx,mdx}",
"./app/**/*.{js,ts,jsx,tsx,mdx}",
"!./app/privacy-policy/**/*.{js,ts,jsx,tsx,mdx}",
"./presentation-layouts/**/*.{js,ts,jsx,tsx,mdx}",
],
theme: {
extend: {