We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0efbd87 commit 27f3c1eCopy full SHA for 27f3c1e
src/components/FindWallet/WalletTable/index.tsx
@@ -234,7 +234,7 @@ const WalletTable = ({
234
<Th sx={{ textAlign: "start !important" }}>
235
<Flex justifyContent="space-between" px={{ base: 2.5, md: 0 }}>
236
<Text
237
- display={{ base: "block", lg: "none" }}
+ hideFrom="lg"
238
lineHeight={1.6}
239
fontSize="md"
240
color="primary.base"
src/components/SideNavMobile.tsx
@@ -166,7 +166,7 @@ const SideNavMobile = ({ path }: SideNavMobileProps) => {
166
bgColor="ednBackground"
167
height="auto"
168
w="full"
169
170
>
171
<Center
172
as={motion.div}
0 commit comments