Skip to content

Commit

Permalink
fix: proxies page arrow button problem
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaGHX authored and kunish committed Sep 22, 2023
1 parent e7579cb commit 0adb544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Collapse.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const Collapse: ParentComponent<Props> = (props) => {
<div
class={twMerge(
getCollapseClassName(),
'collapse collapse-arrow select-none overflow-visible border-secondary bg-base-200 drop-shadow-md',
'collapse collapse-arrow select-none overflow-visible border-secondary bg-base-200 shadow-md',
)}
>
<div
Expand Down

0 comments on commit 0adb544

Please sign in to comment.