website refactor
This commit is contained in:
@@ -6,7 +6,6 @@ import { Text } from '@/ui/Text';
|
||||
import { Stack } from '@/ui/Stack';
|
||||
import { Modal } from '@/ui/Modal';
|
||||
import { InfoBanner } from '@/ui/InfoBanner';
|
||||
import { Box } from '@/ui/Box';
|
||||
import { ModalIcon } from '@/ui/ModalIcon';
|
||||
|
||||
interface EndRaceModalProps {
|
||||
@@ -58,14 +57,14 @@ export function EndRaceModal({ raceId, raceName, onConfirm, onCancel, isOpen }:
|
||||
</Stack>
|
||||
</InfoBanner>
|
||||
|
||||
<Box textAlign="center">
|
||||
<Stack textAlign="center">
|
||||
<Text size="sm" color="text-gray-400">
|
||||
Race: <Text color="text-white" weight="medium">{raceName}</Text>
|
||||
</Text>
|
||||
<Text size="xs" color="text-gray-500" block mt={1}>
|
||||
ID: {raceId}
|
||||
</Text>
|
||||
</Box>
|
||||
</Stack>
|
||||
</Stack>
|
||||
</Modal>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user