Skip to content

Commit

Permalink
[bridge] disable send/receive + show card if in manual review (#14053)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: a97f46314055af026d67692d08671202c51c4e85
  • Loading branch information
shreyav authored and Lightspark Eng committed Dec 8, 2024
1 parent 7962bec commit 814ebda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/components/IconWithCircleBackground.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Flex } from "./Flex.js";
import { Icon } from "./Icon/Icon.js";
import { type IconName } from "./Icon/types.js";

type IconWidth = 40 | 16.5;
type IconWidth = 40 | 30 | 16.5;

type IconWithCircleBackgroundProps = {
iconName?: IconName;
Expand Down

0 comments on commit 814ebda

Please sign in to comment.