mirror of
https://github.com/langgenius/dify.git
synced 2026-05-23 10:29:07 +08:00
style(web): align update setting time picker token
This commit is contained in:
@ -199,7 +199,7 @@ const UpdateSettingPopover = ({
|
||||
return (
|
||||
<button
|
||||
type="button"
|
||||
className="group flex h-8 w-full cursor-pointer items-center justify-center rounded-lg border-none bg-[#f5f4ee] px-3 text-center shadow-xs hover:bg-state-base-hover-alt focus-visible:ring-1 focus-visible:ring-components-input-border-active focus-visible:outline-hidden"
|
||||
className="group flex h-8 w-full cursor-pointer items-center justify-center rounded-lg border-none bg-components-input-bg-normal px-3 text-center shadow-xs hover:bg-state-base-hover-alt focus-visible:ring-1 focus-visible:ring-components-input-border-active focus-visible:outline-hidden"
|
||||
onClick={onClick}
|
||||
>
|
||||
<div className="flex min-w-0 items-center gap-1">
|
||||
|
||||
Reference in New Issue
Block a user