mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-13 09:48:19 +00:00
border style update
This commit is contained in:
parent
436aec7fab
commit
4059bccafa
@ -454,7 +454,12 @@ const InlineTestCaseIncidentStatus = ({
|
|||||||
open={showAssigneePopover}
|
open={showAssigneePopover}
|
||||||
slotProps={{
|
slotProps={{
|
||||||
paper: {
|
paper: {
|
||||||
sx: { width: 300, maxHeight: 500 },
|
sx: {
|
||||||
|
width: 300,
|
||||||
|
maxHeight: 500,
|
||||||
|
border: '1px solid',
|
||||||
|
borderColor: 'grey.300',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
transformOrigin={{
|
transformOrigin={{
|
||||||
@ -491,7 +496,7 @@ const InlineTestCaseIncidentStatus = ({
|
|||||||
<CheckIcon sx={ACTION_BUTTON_STYLES.icon} />
|
<CheckIcon sx={ACTION_BUTTON_STYLES.icon} />
|
||||||
</IconButton>
|
</IconButton>
|
||||||
</Box>
|
</Box>
|
||||||
<Divider sx={{ borderColor: 'grey.200' }} />
|
<Divider sx={{ borderColor: 'grey.300' }} />
|
||||||
<Box sx={{ p: 4 }}>
|
<Box sx={{ p: 4 }}>
|
||||||
<TextField
|
<TextField
|
||||||
fullWidth
|
fullWidth
|
||||||
@ -551,7 +556,11 @@ const InlineTestCaseIncidentStatus = ({
|
|||||||
open={showResolvedPopover}
|
open={showResolvedPopover}
|
||||||
slotProps={{
|
slotProps={{
|
||||||
paper: {
|
paper: {
|
||||||
sx: { width: 400 },
|
sx: {
|
||||||
|
width: 400,
|
||||||
|
border: '1px solid',
|
||||||
|
borderColor: 'grey.300',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
transformOrigin={{
|
transformOrigin={{
|
||||||
@ -588,7 +597,7 @@ const InlineTestCaseIncidentStatus = ({
|
|||||||
</IconButton>
|
</IconButton>
|
||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
<Divider sx={{ borderColor: 'grey.200' }} />
|
<Divider sx={{ borderColor: 'grey.300' }} />
|
||||||
<Box sx={{ p: 4 }}>
|
<Box sx={{ p: 4 }}>
|
||||||
<RequiredLabel mb={1}>{t('label.reason')}</RequiredLabel>
|
<RequiredLabel mb={1}>{t('label.reason')}</RequiredLabel>
|
||||||
<Box sx={{ display: 'flex', flexWrap: 'wrap', gap: 2, mb: 5 }}>
|
<Box sx={{ display: 'flex', flexWrap: 'wrap', gap: 2, mb: 5 }}>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user