Skip to content

Commit ada35f6

Browse files
ci(release): publish latest release
1 parent f9a2e2e commit ada35f6

File tree

386 files changed

+7675
-4050
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

386 files changed

+7675
-4050
lines changed

RELEASE

+63-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
IPFS hash of the deployment:
2-
- CIDv0: `QmNy6ppw64jmLBEZ6r8D19beUVH3objJPrjMfNxvugqakD`
3-
- CIDv1: `bafybeiajkzyd25iwsu5lax4wtilh5ukji3kmzrt7r76k45pcminbsirsty`
2+
- CIDv0: `Qma8zLjgStpH8bA8CcnrsPszS38XG4D9YqdW39VgnUSF64`
3+
- CIDv1: `bafybeifpj54iwonrxyywl5g5crbd7krugzmgsr4lw6txrkygunexey66su`
44

55
The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org).
66

@@ -10,14 +10,71 @@ You can also access the Uniswap Interface from an IPFS gateway.
1010
Your Uniswap settings are never remembered across different URLs.
1111

1212
IPFS gateways:
13-
- https://bafybeiajkzyd25iwsu5lax4wtilh5ukji3kmzrt7r76k45pcminbsirsty.ipfs.dweb.link/
14-
- [ipfs://QmNy6ppw64jmLBEZ6r8D19beUVH3objJPrjMfNxvugqakD/](ipfs://QmNy6ppw64jmLBEZ6r8D19beUVH3objJPrjMfNxvugqakD/)
13+
- https://bafybeifpj54iwonrxyywl5g5crbd7krugzmgsr4lw6txrkygunexey66su.ipfs.dweb.link/
14+
- [ipfs://Qma8zLjgStpH8bA8CcnrsPszS38XG4D9YqdW39VgnUSF64/](ipfs://Qma8zLjgStpH8bA8CcnrsPszS38XG4D9YqdW39VgnUSF64/)
1515

16-
### 5.68.4 (2025-02-05)
16+
## 5.69.0 (2025-02-05)
17+
18+
19+
### Features
20+
21+
* **web:** add decimals to LP analytics properties to help debug (#15603) 9021bff
22+
* **web:** add tests for getV3PriceRangeInfo (#15710) 2b941d0
23+
* **web:** design update to buy form currency selector (#15370) ca2e42b
24+
* **web:** hide/ unhide functionality for positions (#15158) ff6c74a
25+
* **web:** hook visibility logic and ui into mini portfolio positions (#15368) 3283b9b
26+
* **web:** prevent users from creating a pool with the wrapped native token (#15614) a36f3ac
27+
* **web:** remove client side router code (#15423) d0bcd67
28+
* **web:** show add button on PosDP for closed v3 positions (#15630) 0ab7ee2
1729

1830

1931
### Bug Fixes
2032

21-
* **web:** use price to create mock pair (#15923) 40968c3
33+
* **web:** allow creating v3 positions on celo/zksync (#15545) 35db486
34+
* **web:** allow explore pool creation if disconnected (#15807) bd8ebe9
35+
* **web:** Check hash of error in transaction before throwing Swap Failed error (#15767) 67b26f8
36+
* **web:** do not normalize Amount, AmountChange, Dimensions, TimestampedAmount in apollo cache (#15579) 539fea5
37+
* **web:** fix console error on token explore (#15573) ecd65b8
38+
* **web:** fix dropdown options for LP position card (#15714) 6b92961
39+
* **web:** fix initial setting in swap settings (#15302) f15c3d1
40+
* **web:** fix issue with mnually inverted price on the confirm screen (#15776) 0c3e84b
41+
* **web:** fix logging for explore table network filter (#15518) cc7a68e
42+
* **web:** fix popover on position card (#15783) e51382a
43+
* **web:** fix v2 migration endless nav loop (#15439) baba820
44+
* **web:** handle text overflow on LP fee tier (#15537) 6fde371
45+
* **web:** handle tick value of 0 (#15546) 69c3d69
46+
* **web:** hide unichain promo tooltip on web positions page (#15552) 1b4d756
47+
* **web:** include correct hook filter on ListPools queries (#15666) 2875b3c
48+
* **web:** limit orders do not work with uniswapx v2 (again) (#15657) d9bcdcc
49+
* **web:** lower data threshold for price range input charts (#15606) 052fda6
50+
* **web:** lp chart range input auto suggestion bug staging (#15817) 8866017
51+
* **web:** move migrate flow behind a feature flag (#15576) 572fee1
52+
* **web:** only show scrollbars on NavDropdown when needed (#15617) 1f15564
53+
* **web:** price range input fixes (#15739) 43620d4
54+
* **web:** quick vs standard poll for backend orders (#15565) 4769ac3
55+
* **web:** restrict fee tier chain filter to v3 (#15901) 21c32e7
56+
* **web:** should redirect migrate page if account owner is not position owner (#15680) 7ad6efa
57+
* **web:** skip failing gas fee query in LP create flow (#15792) 3eef945
58+
* **web:** switch to new google customer account (#15913) b885080
59+
* **web:** unichain modal content style adjustments (#15643) 4b33bd4
60+
* **web:** update copy on native wrapped token (#15627) a548f5e
61+
* **web:** update range overflow (#15564) 627d23d
62+
* **web:** update send hook logic for ens lookup (#15531) dc9613d
63+
* **web:** update the insufficient balance check to account for gas (#15797) b34461c
64+
* **web:** use price to create mock pair (#15922) 122ac66
65+
* **web:** use qn rpc for default and remove cloudflare eth (#15668) ff22d20
66+
* **web:** user decimal seperator issue (#15574) 9808a42
67+
* **web:** v4 PDP - use correct pool ID for price/volume queries (#15604) 6243d04
68+
* **web:** zIndex issue with TDP share dropdown (#15884) cd3aa85
69+
70+
71+
### Continuous Integration
72+
73+
* **web:** update sitemaps d038812
74+
75+
76+
### Styles
77+
78+
* **web:** align modal close icons (#15507) 86111e1
2279

2380

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web/5.68.4
1+
web/5.69.0

apps/extension/src/app/PopupApp.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function PopupContent(): JSX.Element {
6363
backgroundColor="$surface1"
6464
borderColor="$surface3"
6565
borderRadius={6}
66-
borderWidth={1}
66+
borderWidth="$spacing1"
6767
bottom={-spacing.spacing4}
6868
p="$spacing2"
6969
position="absolute"

apps/extension/src/app/SidebarApp.tsx

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import '@tamagui/core/reset.css'
22
import 'src/app/Global.css'
33

4+
import { SharedEventName } from '@uniswap/analytics-events'
45
import { useEffect, useRef, useState } from 'react'
56
import { I18nextProvider } from 'react-i18next'
67
import { useDispatch } from 'react-redux'
@@ -236,10 +237,11 @@ export default function SidebarApp(): JSX.Element {
236237
}, [])
237238

238239
const isLoggedIn = useIsWalletUnlocked()
239-
const hasSentLoginEvent = useRef(false)
240+
const hasSentAppLoadEvent = useRef(false)
240241
useEffect(() => {
241-
if (isLoggedIn !== null && !hasSentLoginEvent.current) {
242-
hasSentLoginEvent.current = true
242+
if (isLoggedIn !== null && !hasSentAppLoadEvent.current) {
243+
hasSentAppLoadEvent.current = true
244+
sendAnalyticsEvent(SharedEventName.APP_LOADED)
243245
sendAnalyticsEvent(ExtensionEventName.SidebarLoad, { locked: !isLoggedIn })
244246
}
245247
}, [isLoggedIn])

apps/extension/src/app/components/Input.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const Input = forwardRef<Input, InputProps>(function _Input(
2121
backgroundColor={large ? '$surface1' : '$surface2'}
2222
borderColor="$surface3"
2323
borderRadius="$rounded16"
24-
borderWidth={1}
24+
borderWidth="$spacing1"
2525
focusStyle={inputStyles.inputFocus}
2626
fontSize={fonts.subheading2.fontSize}
2727
height="auto"

apps/extension/src/app/components/MnemonicViewer.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export const MnemonicViewer = ({ mnemonic }: { mnemonic?: string[] }): JSX.Eleme
5151
backgroundColor="$surface2"
5252
borderColor="$surface3"
5353
borderRadius="$rounded20"
54-
borderWidth={1}
54+
borderWidth="$spacing1"
5555
gap="$spacing12"
5656
position="relative"
5757
px={px}

apps/extension/src/app/components/loading/SelectWalletSkeleton.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function WalletSkeleton({ opacity }: { opacity: number }): JSX.Element {
1919
alignItems="center"
2020
borderColor="$surface3"
2121
borderRadius="$rounded20"
22-
borderWidth={1}
22+
borderWidth="$spacing1"
2323
height={WALLET_PREVIEW_CARD_HEIGHT}
2424
justifyContent="flex-start"
2525
opacity={opacity}

apps/extension/src/app/features/accounts/__snapshots__/AccountSwitcherScreen.test.tsx.snap

+4-4
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ exports[`AccountSwitcherScreen renders correctly 1`] = `
8484
class="_display-flex _flexBasis-auto _boxSizing-border-box _position-relative _minHeight-0px _minWidth-0px _flexShrink-1 _alignItems-center _flexDirection-column _gap-t-space-spa94665593"
8585
>
8686
<div
87-
class="_display-flex _alignItems-stretch _flexBasis-auto _boxSizing-border-box _minHeight-0px _minWidth-0px _flexShrink-0 _flexDirection-column _backgroundColor-transparent _borderTopColor-transparent _borderRightColor-transparent _borderBottomColor-transparent _borderLeftColor-transparent _borderTopLeftRadius-t-radius-ro1041013639 _borderTopRightRadius-t-radius-ro1041013639 _borderBottomRightRadius-t-radius-ro1041013639 _borderBottomLeftRadius-t-radius-ro1041013639 _borderTopWidth-0px _borderRightWidth-0px _borderBottomWidth-0px _borderLeftWidth-0px _position-relative _borderBottomStyle-solid _borderTopStyle-solid _borderLeftStyle-solid _borderRightStyle-solid"
87+
class="_display-flex _alignItems-stretch _flexBasis-auto _boxSizing-border-box _minHeight-0px _minWidth-0px _flexShrink-0 _flexDirection-column _backgroundColor-transparent _borderTopColor-transparent _borderRightColor-transparent _borderBottomColor-transparent _borderLeftColor-transparent _borderTopLeftRadius-t-radius-ro1041013639 _borderTopRightRadius-t-radius-ro1041013639 _borderBottomRightRadius-t-radius-ro1041013639 _borderBottomLeftRadius-t-radius-ro1041013639 _borderTopWidth-t-space-non101 _borderRightWidth-t-space-non101 _borderBottomWidth-t-space-non101 _borderLeftWidth-t-space-non101 _position-relative _borderBottomStyle-solid _borderTopStyle-solid _borderLeftStyle-solid _borderRightStyle-solid"
8888
data-testid="account-icon"
8989
>
9090
<svg
@@ -205,7 +205,7 @@ exports[`AccountSwitcherScreen renders correctly 1`] = `
205205
class="_display-flex _flexBasis-auto _boxSizing-border-box _position-relative _minHeight-0px _minWidth-0px _flexShrink-0 _flexDirection-row _alignItems-center _cursor-pointer _gap-t-space-spa1360334080 _mt-t-space-spa1360334080 _pb-t-space-spa94665589 _pr-t-space-spa1360334080 _pl-t-space-spa1360334080"
206206
>
207207
<div
208-
class="_display-flex _alignItems-center _flexBasis-auto _boxSizing-border-box _position-relative _minHeight-0px _minWidth-0px _flexShrink-0 _flexDirection-column _justifyContent-center _backgroundColor-surface1 _borderTopColor-surface3 _borderRightColor-surface3 _borderBottomColor-surface3 _borderLeftColor-surface3 _borderTopLeftRadius-t-radius-ro1041013639 _borderTopRightRadius-t-radius-ro1041013639 _borderBottomRightRadius-t-radius-ro1041013639 _borderBottomLeftRadius-t-radius-ro1041013639 _borderTopWidth-1px _borderRightWidth-1px _borderBottomWidth-1px _borderLeftWidth-1px _height-40px _pt-t-space-spa94665593 _pr-t-space-spa94665593 _pb-t-space-spa94665593 _pl-t-space-spa94665593 _width-40px _borderBottomStyle-solid _borderTopStyle-solid _borderLeftStyle-solid _borderRightStyle-solid _boxShadow-0px0px10pxv169431092"
208+
class="_display-flex _alignItems-center _flexBasis-auto _boxSizing-border-box _position-relative _minHeight-0px _minWidth-0px _flexShrink-0 _flexDirection-column _justifyContent-center _backgroundColor-surface1 _borderTopColor-surface3 _borderRightColor-surface3 _borderBottomColor-surface3 _borderLeftColor-surface3 _borderTopLeftRadius-t-radius-ro1041013639 _borderTopRightRadius-t-radius-ro1041013639 _borderBottomRightRadius-t-radius-ro1041013639 _borderBottomLeftRadius-t-radius-ro1041013639 _borderTopWidth-t-space-spa94665586 _borderRightWidth-t-space-spa94665586 _borderBottomWidth-t-space-spa94665586 _borderLeftWidth-t-space-spa94665586 _height-40px _pt-t-space-spa94665593 _pr-t-space-spa94665593 _pb-t-space-spa94665593 _pl-t-space-spa94665593 _width-40px _borderBottomStyle-solid _borderTopStyle-solid _borderLeftStyle-solid _borderRightStyle-solid _boxShadow-0px0px10pxv169431092"
209209
>
210210
<svg
211211
fill="none"
@@ -316,7 +316,7 @@ exports[`AccountSwitcherScreen renders correctly 1`] = `
316316
class="_display-flex _flexBasis-auto _boxSizing-border-box _position-relative _minHeight-0px _minWidth-0px _flexShrink-1 _alignItems-center _flexDirection-column _gap-t-space-spa94665593"
317317
>
318318
<div
319-
class="_display-flex _alignItems-stretch _flexBasis-auto _boxSizing-border-box _minHeight-0px _minWidth-0px _flexShrink-0 _flexDirection-column _backgroundColor-transparent _borderTopColor-transparent _borderRightColor-transparent _borderBottomColor-transparent _borderLeftColor-transparent _borderTopLeftRadius-t-radius-ro1041013639 _borderTopRightRadius-t-radius-ro1041013639 _borderBottomRightRadius-t-radius-ro1041013639 _borderBottomLeftRadius-t-radius-ro1041013639 _borderTopWidth-0px _borderRightWidth-0px _borderBottomWidth-0px _borderLeftWidth-0px _position-relative _borderBottomStyle-solid _borderTopStyle-solid _borderLeftStyle-solid _borderRightStyle-solid"
319+
class="_display-flex _alignItems-stretch _flexBasis-auto _boxSizing-border-box _minHeight-0px _minWidth-0px _flexShrink-0 _flexDirection-column _backgroundColor-transparent _borderTopColor-transparent _borderRightColor-transparent _borderBottomColor-transparent _borderLeftColor-transparent _borderTopLeftRadius-t-radius-ro1041013639 _borderTopRightRadius-t-radius-ro1041013639 _borderBottomRightRadius-t-radius-ro1041013639 _borderBottomLeftRadius-t-radius-ro1041013639 _borderTopWidth-t-space-non101 _borderRightWidth-t-space-non101 _borderBottomWidth-t-space-non101 _borderLeftWidth-t-space-non101 _position-relative _borderBottomStyle-solid _borderTopStyle-solid _borderLeftStyle-solid _borderRightStyle-solid"
320320
data-testid="account-icon"
321321
>
322322
<svg
@@ -437,7 +437,7 @@ exports[`AccountSwitcherScreen renders correctly 1`] = `
437437
class="_display-flex _flexBasis-auto _boxSizing-border-box _position-relative _minHeight-0px _minWidth-0px _flexShrink-0 _flexDirection-row _alignItems-center _cursor-pointer _gap-t-space-spa1360334080 _mt-t-space-spa1360334080 _pb-t-space-spa94665589 _pr-t-space-spa1360334080 _pl-t-space-spa1360334080"
438438
>
439439
<div
440-
class="_display-flex _alignItems-center _flexBasis-auto _boxSizing-border-box _position-relative _minHeight-0px _minWidth-0px _flexShrink-0 _flexDirection-column _justifyContent-center _backgroundColor-surface1 _borderTopColor-surface3 _borderRightColor-surface3 _borderBottomColor-surface3 _borderLeftColor-surface3 _borderTopLeftRadius-t-radius-ro1041013639 _borderTopRightRadius-t-radius-ro1041013639 _borderBottomRightRadius-t-radius-ro1041013639 _borderBottomLeftRadius-t-radius-ro1041013639 _borderTopWidth-1px _borderRightWidth-1px _borderBottomWidth-1px _borderLeftWidth-1px _height-40px _pt-t-space-spa94665593 _pr-t-space-spa94665593 _pb-t-space-spa94665593 _pl-t-space-spa94665593 _width-40px _borderBottomStyle-solid _borderTopStyle-solid _borderLeftStyle-solid _borderRightStyle-solid _boxShadow-0px0px10pxv169431092"
440+
class="_display-flex _alignItems-center _flexBasis-auto _boxSizing-border-box _position-relative _minHeight-0px _minWidth-0px _flexShrink-0 _flexDirection-column _justifyContent-center _backgroundColor-surface1 _borderTopColor-surface3 _borderRightColor-surface3 _borderBottomColor-surface3 _borderLeftColor-surface3 _borderTopLeftRadius-t-radius-ro1041013639 _borderTopRightRadius-t-radius-ro1041013639 _borderBottomRightRadius-t-radius-ro1041013639 _borderBottomLeftRadius-t-radius-ro1041013639 _borderTopWidth-t-space-spa94665586 _borderRightWidth-t-space-spa94665586 _borderBottomWidth-t-space-spa94665586 _borderLeftWidth-t-space-spa94665586 _height-40px _pt-t-space-spa94665593 _pr-t-space-spa94665593 _pb-t-space-spa94665593 _pl-t-space-spa94665593 _width-40px _borderBottomStyle-solid _borderTopStyle-solid _borderLeftStyle-solid _borderRightStyle-solid _boxShadow-0px0px10pxv169431092"
441441
>
442442
<svg
443443
fill="none"

apps/extension/src/app/features/accounts/useSortedAccountList.test.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { useSortedAccountList } from 'src/app/features/accounts/useSortedAccountList'
22
import { act, renderHook } from 'src/test/test-utils'
3-
import { useAccountList } from 'wallet/src/features/accounts/hooks'
3+
import { useAccountListData } from 'wallet/src/features/accounts/useAccountListData'
44

5-
jest.mock('wallet/src/features/accounts/hooks')
6-
const mockUseAccountList = useAccountList as jest.MockedFunction<typeof useAccountList>
5+
jest.mock('wallet/src/features/accounts/useAccountListData')
6+
const mockUseAccountList = useAccountListData as jest.MockedFunction<typeof useAccountListData>
77

88
describe('useSortedAccountList', () => {
99
beforeEach(() => {

apps/extension/src/app/features/accounts/useSortedAccountList.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
import { useMemo } from 'react'
22
import { usePrevious } from 'utilities/src/react/hooks'
3-
import { useAccountList } from 'wallet/src/features/accounts/hooks'
3+
import { useAccountListData } from 'wallet/src/features/accounts/useAccountListData'
44

55
interface AddressWithBalance {
66
address: Address
77
balance: number
88
}
99

1010
export function useSortedAccountList(addresses: Address[]): AddressWithBalance[] {
11-
const { data: accountBalanceData } = useAccountList({
11+
const { data: accountBalanceData } = useAccountListData({
1212
addresses,
1313
})
1414

apps/extension/src/app/features/dappRequests/DappRequestContent.tsx

+5-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ interface DappRequestFooterProps {
4545
showNetworkCost?: boolean
4646
transactionGasFeeResult?: GasFeeResult
4747
isUniswapX?: boolean
48+
disableConfirm?: boolean
4849
}
4950

5051
type DappRequestContentProps = DappRequestHeaderProps & DappRequestFooterProps
@@ -88,6 +89,7 @@ export function DappRequestContent({
8889
transactionGasFeeResult,
8990
children,
9091
isUniswapX,
92+
disableConfirm,
9193
}: PropsWithChildren<DappRequestContentProps>): JSX.Element {
9294
const { forwards, currentIndex } = useDappRequestQueueContext()
9395

@@ -108,6 +110,7 @@ export function DappRequestContent({
108110
showAllNetworks={showAllNetworks}
109111
showNetworkCost={showNetworkCost}
110112
transactionGasFeeResult={transactionGasFeeResult}
113+
disableConfirm={disableConfirm}
111114
onCancel={onCancel}
112115
onConfirm={onConfirm}
113116
/>
@@ -162,6 +165,7 @@ export function DappRequestFooter({
162165
showNetworkCost,
163166
transactionGasFeeResult,
164167
isUniswapX,
168+
disableConfirm,
165169
}: DappRequestFooterProps): JSX.Element {
166170
const { t } = useTranslation()
167171
const activeAccount = useActiveAccountWithThrow()
@@ -253,7 +257,7 @@ export function DappRequestFooter({
253257
{t('common.button.cancel')}
254258
</DeprecatedButton>
255259
<DeprecatedButton
256-
disabled={!isConfirmEnabled}
260+
disabled={!isConfirmEnabled || disableConfirm}
257261
flex={1}
258262
flexBasis={1}
259263
size="medium"

apps/extension/src/app/features/dappRequests/dappRequestApprovalWatcherSaga.ts

+4-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,10 @@ function* dappRequestApproval({
8585
if (!senderTabId) {
8686
throw new Error('senderTabId is required')
8787
}
88-
if (!requestId) {
88+
89+
if (requestId === false) {
90+
// Check explicitly for false, since empty requestId string is also falsy.
91+
// In the latter case, we need to proceed to remove the request from queue.
8992
throw new Error('requestId is required')
9093
}
9194

apps/extension/src/app/features/dappRequests/requestContent/EthSend/FallbackEthSend/FallbackEthSend.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export function FallbackEthSendRequestContent({
7070
backgroundColor="$surface2"
7171
borderColor="$surface3"
7272
borderRadius="$rounded16"
73-
borderWidth={1}
73+
borderWidth="$spacing1"
7474
gap="$spacing12"
7575
p="$spacing16"
7676
width="100%"
@@ -100,7 +100,7 @@ export function FallbackEthSendRequestContent({
100100
<Text
101101
borderColor="$surface3"
102102
borderRadius="$rounded8"
103-
borderWidth={1}
103+
borderWidth="$spacing1"
104104
color="$neutral1"
105105
// fontFamily="SF Mono"
106106
px="$spacing8"

apps/extension/src/app/features/dappRequests/requestContent/EthSend/LP/LPRequestContent.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export function LPRequestContent({
3333
backgroundColor="$surface2"
3434
borderColor="$surface3"
3535
borderRadius="$rounded16"
36-
borderWidth={1}
36+
borderWidth="$spacing1"
3737
flexDirection="row"
3838
justifyContent="space-between"
3939
p="$spacing16"

apps/extension/src/app/features/dappRequests/requestContent/PersonalSign/PersonalSignRequestContent.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export function PersonalSignRequestContent({ dappRequest }: PersonalSignRequestP
6666
backgroundColor="$surface2"
6767
borderColor="$surface3"
6868
borderRadius="$rounded16"
69-
borderWidth={1}
69+
borderWidth="$spacing1"
7070
flexDirection="row"
7171
justifyContent="space-between"
7272
maxHeight={200}

0 commit comments

Comments
 (0)