Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsANameToo committed Nov 11, 2024
1 parent 069082e commit 950054d
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,17 +143,17 @@ exports[`WalletListItemSkeleton > should render wallet list skeleton when isComp
data-testid="WalletHeader__more-button"
>
<button
class="p-3 relative items-center inline-flex justify-center font-semibold leading-tight text-center transition-colors-shadow duration-100 ease-linear outline-none rounded focus:outline-none focus:ring-2 focus:ring-theme-primary-400 disabled:cursor-not-allowed disabled:text-theme-secondary-400 dark:disabled:text-theme-secondary-700 -mr-1.5 text-theme-primary-300 hover:text-theme-primary-600"
class="p-3 relative items-center inline-flex justify-center font-semibold leading-tight text-center transition-colors-shadow duration-100 ease-linear outline-none rounded focus:outline-none focus:ring-2 focus:ring-theme-primary-400 disabled:cursor-not-allowed disabled:text-theme-secondary-400 dark:disabled:text-theme-secondary-700 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"
disabled=""
type="button"
>
<div
class="flex items-center space-x-2"
>
<div
class="css-1i4b0eq"
height="20"
width="20"
class="css-v0ob3f"
height="16"
width="16"
>
<svg
id="ellipsis-vertical"
Expand Down Expand Up @@ -342,17 +342,17 @@ exports[`WalletListItemSkeleton > should render wallet list skeleton when isComp
data-testid="WalletHeader__more-button"
>
<button
class="p-3 relative items-center inline-flex justify-center font-semibold leading-tight text-center transition-colors-shadow duration-100 ease-linear outline-none rounded focus:outline-none focus:ring-2 focus:ring-theme-primary-400 disabled:cursor-not-allowed disabled:text-theme-secondary-400 dark:disabled:text-theme-secondary-700 -mr-1.5 text-theme-primary-300 hover:text-theme-primary-600"
class="p-3 relative items-center inline-flex justify-center font-semibold leading-tight text-center transition-colors-shadow duration-100 ease-linear outline-none rounded focus:outline-none focus:ring-2 focus:ring-theme-primary-400 disabled:cursor-not-allowed disabled:text-theme-secondary-400 dark:disabled:text-theme-secondary-700 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"
disabled=""
type="button"
>
<div
class="flex items-center space-x-2"
>
<div
class="css-1i4b0eq"
height="20"
width="20"
class="css-v0ob3f"
height="16"
width="16"
>
<svg
id="ellipsis-vertical"
Expand Down

0 comments on commit 950054d

Please sign in to comment.