fix(Nextjs) : Presentation layout tailwind styling issue
This commit is contained in:
parent
4268a943b6
commit
f4d547937f
2 changed files with 2 additions and 1 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue