mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-09-07 16:47:03 +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