mirror of
https://github.com/RabbyHub/Rabby.git
synced 2026-05-10 03:00:26 -04:00
@@ -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 |
@@ -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 = '',
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user