Skip to content

Commit

Permalink
Updating form text (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
evmiguel authored and howard-e committed Feb 9, 2023
1 parent fce646d commit 8aed201
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
.radio-text {
padding-bottom: 10px;
color: #656565;
display: block;
}

.sr-only {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import React, { useState } from 'react';
import BasicModal from '../../../common/BasicModal';
import PropTypes from 'prop-types';
import { Form, FormCheck } from 'react-bootstrap';
import Form from 'react-bootstrap/Form';
import FormCheck from 'react-bootstrap/FormCheck';
import '../common.css';
import './ProvideFeedbackModal.css';
import FeedbackListItem from '../../FeedbackListItem';
Expand Down

0 comments on commit 8aed201

Please sign in to comment.