mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-10-23 00:19:23 +08:00
feat: light theme mode
This commit is contained in:
@@ -82,7 +82,7 @@ export default function Popover(props: {
|
||||
|
||||
let placementClassName;
|
||||
let arrowClassName = "absolute left-[50%] translate-x-[calc(-50%)]";
|
||||
// "absolute rotate-45 w-[8.5px] h-[8.5px] left-[50%] translate-x-[calc(-50%)] bg-black rounded-[1px] ";
|
||||
|
||||
arrowClassName += " ";
|
||||
|
||||
switch (placement) {
|
||||
|
Reference in New Issue
Block a user