From 15bdb32bb6866eea572a151792bb831eb2b2afa2 Mon Sep 17 00:00:00 2001 From: rohit kerkar <129620973+rohiiittttt@users.noreply.github.com> Date: Tue, 6 Jun 2023 14:21:27 +0530 Subject: [PATCH] replacing depricated constants (#19448) Co-authored-by: George Marshall --- .../approve-content-card.js | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/ui/components/app/approve-content-card/approve-content-card.js b/ui/components/app/approve-content-card/approve-content-card.js index 23b31b4b8..b9b177fe7 100644 --- a/ui/components/app/approve-content-card/approve-content-card.js +++ b/ui/components/app/approve-content-card/approve-content-card.js @@ -9,9 +9,9 @@ import EditGasFeeButton from '../edit-gas-fee-button/edit-gas-fee-button'; import { Text } from '../../component-library'; import { AlignItems, - BLOCK_SIZES, - DISPLAY, - FLEX_DIRECTION, + BlockSize, + Display, + FlexDirection, FontWeight, JustifyContent, TextAlign, @@ -66,8 +66,8 @@ export default function ApproveContentCard({ > {showHeader && ( )} {showEdit && (!showAdvanceGasFeeOptions || !supportsEIP1559) && ( - +