fix: color (#3117)

* fix: color

* feat: footerbar border
This commit is contained in:
vvvvvv1vvvvvv
2025-08-22 10:00:16 +08:00
committed by GitHub
parent f9ebeb624d
commit 78dec19d52
3 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
<svg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect y="0.5" width="18" height="18" rx="4" fill="#7084ff"/>
<rect y="0.5" width="18" height="18" rx="4" fill="var(--r-blue-default)"/>
<path d="M5 9.5L7.66667 12L13 7" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

Before

Width:  |  Height:  |  Size: 278 B

After

Width:  |  Height:  |  Size: 292 B

View File

@@ -84,7 +84,7 @@ export const Item = (props: PropsWithChildren<ItemProps>) => {
px = 16,
py = 15,
bgColor = 'var(--r-neutral-card-1, #fff)',
hoverBgColor = 'var(--r-blue-light-1, #eef1ff)',
hoverBgColor = 'var(--r-blue-light-2, #eef1ff)',
className = '',
leftIconClassName = '',
rightIconClassName = '',

View File

@@ -63,6 +63,7 @@ const Wrapper = styled.section`
border-radius: 16px 16px 0px 0px;
background: var(--r-neutral-bg-1, #3d4251);
box-shadow: 0px -4px 12px 0px rgba(0, 0, 0, 0.1);
border-top: 1px solid var(--r-neutral-line);
&.is-darkmode {
box-shadow: 0px -4px 12px 0px rgba(0, 0, 0, 0.3);