Skip to content

Commit

Permalink
modal updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhuff committed Mar 19, 2024
1 parent 5305b1f commit e00053c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app/src/organisms/EmergencyStop/EstopPressedModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { useSelector } from 'react-redux'
import { useTranslation } from 'react-i18next'
import {
ALIGN_CENTER,
BORDERS,
COLORS,
DIRECTION_COLUMN,
DIRECTION_ROW,
Expand Down Expand Up @@ -100,6 +101,7 @@ function TouchscreenModal({
flexDirection={DIRECTION_ROW}
justifyContent={JUSTIFY_SPACE_BETWEEN}
alignItems={ALIGN_CENTER}
borderRadius={BORDERS.borderRadius8}
>
<StyledText as="p" fontWeight={TYPOGRAPHY.fontWeightSemiBold}>
{t('estop')}
Expand Down
2 changes: 1 addition & 1 deletion app/src/organisms/InterventionModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const MODAL_STYLE = {
overflowY: OVERFLOW_AUTO,
maxHeight: '100%',
width: '47rem',
border: `${BORDERS.borderRadius8} ${BORDERS.styleSolid} ${COLORS.blue50}`,
border: `6px ${BORDERS.styleSolid} ${COLORS.blue50}`,
borderRadius: BORDERS.borderRadius8,
boxShadow: BORDERS.smallDropShadow,
} as const
Expand Down

0 comments on commit e00053c

Please sign in to comment.