diff --git a/examples/server/public/index.html b/examples/server/public/index.html index e2b40e2fe..850c652ac 100644 --- a/examples/server/public/index.html +++ b/examples/server/public/index.html @@ -29,6 +29,12 @@ @apply cursor-pointer opacity-0 group-hover:opacity-100 hover:shadow-md; } .chat-screen { max-width: 900px; } + /* because the default bubble color is quite dark, we will make a custom one using bg-base-300 */ + .chat-bubble-base-300 { + --tw-bg-opacity: 1; + --tw-text-opacity: 1; + @apply bg-base-300 text-base-content; + } @@ -127,7 +133,7 @@ }">