mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-09-09 01:19:15 +08:00
complete colors in dark mode
This commit is contained in:
@@ -55,6 +55,7 @@ export default function Btn(props: BtnProps) {
|
||||
py-2 px-3 flex items-center justify-center gap-1 rounded-action-btn transition-all duration-300 select-none
|
||||
${disabled ? "cursor-not-allowed" : "cursor-pointer"}
|
||||
${btnClassName}
|
||||
follow-parent-svg
|
||||
`}
|
||||
onClick={onClick}
|
||||
title={title}
|
||||
|
Reference in New Issue
Block a user