diff --git a/src/app/components/Card/Card.tsx b/src/app/components/Card/Card.tsx index 7ef6d40d64..e45b7edfd2 100644 --- a/src/app/components/Card/Card.tsx +++ b/src/app/components/Card/Card.tsx @@ -41,7 +41,7 @@ export const Card = ({ variant, children, addonIcons, actions, onClick, onSelect } diff --git a/src/app/components/Card/__snapshots__/Card.test.tsx.snap b/src/app/components/Card/__snapshots__/Card.test.tsx.snap index 315e66c9b2..af115d3214 100644 --- a/src/app/components/Card/__snapshots__/Card.test.tsx.snap +++ b/src/app/components/Card/__snapshots__/Card.test.tsx.snap @@ -56,9 +56,9 @@ exports[`Card > should render with custom options 1`] = ` class="flex w-4 justify-center overflow-hidden" >
should render without profile 1`] = ` class="h-10 w-10 bg-theme-secondary-100 dark:bg-theme-secondary-800" />
@@ -525,7 +525,7 @@ exports[`PageSkeleton > should render without profile 1`] = ` class="h-10 w-10 bg-theme-secondary-100 dark:bg-theme-secondary-800" />
diff --git a/src/app/components/WalletListItem/WalletListItemSkeleton.tsx b/src/app/components/WalletListItem/WalletListItemSkeleton.tsx index 7572de679f..3bd2c1ac3f 100644 --- a/src/app/components/WalletListItem/WalletListItemSkeleton.tsx +++ b/src/app/components/WalletListItem/WalletListItemSkeleton.tsx @@ -50,9 +50,9 @@ export const WalletListItemSkeleton: React.VFC = () => { variant="transparent" size="icon" disabled={true} - className="-mr-1.5 text-theme-primary-300 hover:text-theme-primary-600" + className="text-theme-gray-700 -mr-1.5 hover:bg-theme-primary-200 hover:text-theme-primary-700 dark:hover:bg-theme-secondary-800 dark:hover:text-white" > - +
diff --git a/src/app/components/WalletListItem/__snapshots__/WalletListItemSkeleton.test.tsx.snap b/src/app/components/WalletListItem/__snapshots__/WalletListItemSkeleton.test.tsx.snap index 0c6b92cd46..9fb8345a24 100644 --- a/src/app/components/WalletListItem/__snapshots__/WalletListItemSkeleton.test.tsx.snap +++ b/src/app/components/WalletListItem/__snapshots__/WalletListItemSkeleton.test.tsx.snap @@ -143,7 +143,7 @@ exports[`WalletListItemSkeleton > should render wallet list skeleton when isComp data-testid="WalletHeader__more-button" > } options={options} diff --git a/src/domains/contact/components/ContactListMobile/__snapshots__/ContactListItemMobile.test.tsx.snap b/src/domains/contact/components/ContactListMobile/__snapshots__/ContactListItemMobile.test.tsx.snap index d16b1f92b1..412befea85 100644 --- a/src/domains/contact/components/ContactListMobile/__snapshots__/ContactListItemMobile.test.tsx.snap +++ b/src/domains/contact/components/ContactListMobile/__snapshots__/ContactListItemMobile.test.tsx.snap @@ -33,9 +33,9 @@ exports[`ContactListItemMobile > should render 1`] = ` type="button" >
should render addresses 1`] = ` type="button" >
should render 1`] = ` type="button" >
should render responsive with contacts 1`] = ` type="button" >
should render responsive with contacts 1`] = ` type="button" >
(
diff --git a/src/domains/profile/components/ProfileRow/__snapshots__/ProfileRow.test.tsx.snap b/src/domains/profile/components/ProfileRow/__snapshots__/ProfileRow.test.tsx.snap index b6c988a1fd..f046fd9d87 100644 --- a/src/domains/profile/components/ProfileRow/__snapshots__/ProfileRow.test.tsx.snap +++ b/src/domains/profile/components/ProfileRow/__snapshots__/ProfileRow.test.tsx.snap @@ -14,7 +14,7 @@ exports[`ProfileSliderSkeleton > should render 1`] = ` class="h-10 w-10 bg-theme-secondary-100 dark:bg-theme-secondary-800" />
@@ -55,7 +55,7 @@ exports[`ProfileSliderSkeleton > should render 1`] = ` class="h-10 w-10 bg-theme-secondary-100 dark:bg-theme-secondary-800" />
@@ -96,7 +96,7 @@ exports[`ProfileSliderSkeleton > should render 1`] = ` class="h-10 w-10 bg-theme-secondary-100 dark:bg-theme-secondary-800" />
@@ -137,7 +137,7 @@ exports[`ProfileSliderSkeleton > should render 1`] = ` class="h-10 w-10 bg-theme-secondary-100 dark:bg-theme-secondary-800" />
@@ -178,7 +178,7 @@ exports[`ProfileSliderSkeleton > should render 1`] = ` class="h-10 w-10 bg-theme-secondary-100 dark:bg-theme-secondary-800" />
@@ -230,7 +230,7 @@ exports[`ProfileSliderSkeleton > should render with dots 1`] = ` class="h-10 w-10 bg-theme-secondary-100 dark:bg-theme-secondary-800" />
@@ -271,7 +271,7 @@ exports[`ProfileSliderSkeleton > should render with dots 1`] = ` class="h-10 w-10 bg-theme-secondary-100 dark:bg-theme-secondary-800" />
@@ -312,7 +312,7 @@ exports[`ProfileSliderSkeleton > should render with dots 1`] = ` class="h-10 w-10 bg-theme-secondary-100 dark:bg-theme-secondary-800" />
@@ -353,7 +353,7 @@ exports[`ProfileSliderSkeleton > should render with dots 1`] = ` class="h-10 w-10 bg-theme-secondary-100 dark:bg-theme-secondary-800" />
@@ -394,7 +394,7 @@ exports[`ProfileSliderSkeleton > should render with dots 1`] = ` class="h-10 w-10 bg-theme-secondary-100 dark:bg-theme-secondary-800" />
@@ -474,7 +474,7 @@ exports[`ProfileSliderSkeleton > should render with length 1`] = ` class="h-10 w-10 bg-theme-secondary-100 dark:bg-theme-secondary-800" />
@@ -515,7 +515,7 @@ exports[`ProfileSliderSkeleton > should render with length 1`] = ` class="h-10 w-10 bg-theme-secondary-100 dark:bg-theme-secondary-800" />
diff --git a/src/domains/setting/pages/Networks/blocks/CustomNetworksList.tsx b/src/domains/setting/pages/Networks/blocks/CustomNetworksList.tsx index 9bf317588c..bde323204c 100644 --- a/src/domains/setting/pages/Networks/blocks/CustomNetworksList.tsx +++ b/src/domains/setting/pages/Networks/blocks/CustomNetworksList.tsx @@ -89,7 +89,7 @@ const CustomNetworksListNetwork: React.VFC<{
} diff --git a/src/domains/setting/pages/Servers/__snapshots__/Servers.test.tsx.snap b/src/domains/setting/pages/Servers/__snapshots__/Servers.test.tsx.snap index 9a559cff39..4e23b58cd8 100644 --- a/src/domains/setting/pages/Servers/__snapshots__/Servers.test.tsx.snap +++ b/src/domains/setting/pages/Servers/__snapshots__/Servers.test.tsx.snap @@ -2915,9 +2915,9 @@ exports[`Servers Settings > with servers > should ping the servers in an interva class="flex items-center space-x-2" >
with servers > should ping the servers in an interva class="flex items-center space-x-2" >
with servers > should ping the servers in an interva class="flex items-center space-x-2" >
with servers > should render custom servers 1`] = ` class="flex items-center space-x-2" >
with servers > should render custom servers 1`] = ` class="flex items-center space-x-2" >
with servers > should render custom servers 1`] = ` class="flex items-center space-x-2" >
with servers > should show status ok after ping the class="flex items-center space-x-2" >
with servers > should show status ok after ping the class="flex items-center space-x-2" >
with servers > should show status ok after ping the class="flex items-center space-x-2" >
with unreachable servers > should show status error class="flex items-center space-x-2" >
with unreachable servers > should show status error class="flex items-center space-x-2" >
with unreachable servers > should show status error class="flex items-center space-x-2" >
- + } onSelect={onSelectOption} diff --git a/src/domains/wallet/components/WalletsList/__snapshots__/WalletsList.test.tsx.snap b/src/domains/wallet/components/WalletsList/__snapshots__/WalletsList.test.tsx.snap index 9f8e48a871..8f6763caf6 100644 --- a/src/domains/wallet/components/WalletsList/__snapshots__/WalletsList.test.tsx.snap +++ b/src/domains/wallet/components/WalletsList/__snapshots__/WalletsList.test.tsx.snap @@ -2423,7 +2423,7 @@ exports[`WalletsList > should render empty skeleton block 1`] = ` data-testid="WalletHeader__more-button" >
should render empty skeleton block 1`] = ` data-testid="WalletHeader__more-button" >
should render empty skeleton block 1`] = ` data-testid="WalletHeader__more-button" >
= ({ } onSelect={handleSelectOption} diff --git a/src/domains/wallet/pages/WalletDetails/components/WalletHeader/__snapshots__/WalletHeader.test.tsx.snap b/src/domains/wallet/pages/WalletDetails/components/WalletHeader/__snapshots__/WalletHeader.test.tsx.snap index d04665b587..5fe2f1caa3 100644 --- a/src/domains/wallet/pages/WalletDetails/components/WalletHeader/__snapshots__/WalletHeader.test.tsx.snap +++ b/src/domains/wallet/pages/WalletDetails/components/WalletHeader/__snapshots__/WalletHeader.test.tsx.snap @@ -300,48 +300,43 @@ exports[`WalletHeader > should handle locked balance 1`] = ` data-testid="dropdown__toggle" >
- - - - - + + +
@@ -678,48 +673,43 @@ exports[`WalletHeader > should handle locked balance when is ledger 1`] = ` data-testid="dropdown__toggle" >