mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-23 07:59:31 +02:00
Fix the ExampleCard Textfields style
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Box, Stack, TextField, Typography } from '@mui/material';
|
||||
import { RequiredOptionsProps } from '../../../components/examples/Examples';
|
||||
import { RequiredOptionsProps } from './Examples';
|
||||
import CheckboxWithDesc from 'components/options/CheckboxWithDesc';
|
||||
|
||||
export default function RequiredOptions({
|
||||
@@ -27,7 +27,6 @@ export default function RequiredOptions({
|
||||
</Typography>
|
||||
|
||||
<Box
|
||||
display="flex"
|
||||
onClick={handleBoxClick}
|
||||
sx={{
|
||||
zIndex: '2',
|
||||
|
Reference in New Issue
Block a user