From 0ceb6a6305516704550f852509dece50a02a3907 Mon Sep 17 00:00:00 2001 From: georgewrmarshall Date: Mon, 17 Jul 2023 21:48:19 -0700 Subject: [PATCH] Update to button --- ui/components/institutional/jwt-url-form/jwt-url-form.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ui/components/institutional/jwt-url-form/jwt-url-form.js b/ui/components/institutional/jwt-url-form/jwt-url-form.js index 5ddf29ac158a..3b1159f30c89 100644 --- a/ui/components/institutional/jwt-url-form/jwt-url-form.js +++ b/ui/components/institutional/jwt-url-form/jwt-url-form.js @@ -8,7 +8,7 @@ import { FlexDirection, TextVariant, } from '../../../helpers/constants/design-system'; -import { Box, Button, Text } from '../../component-library'; +import { BUTTON_VARIANT, Box, Button, Text } from '../../component-library'; import JwtDropdown from '../jwt-dropdown'; const JwtUrlForm = (props) => { @@ -53,14 +53,13 @@ const JwtUrlForm = (props) => { {t('or')} )}