mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 12:49:06 +00:00
style: change room title and no meetings text to pure black
- Update room title in MinimalHeader from gray.700 to black - Update 'No meetings right now' text from gray.700 to black - Improves visual hierarchy and readability - Consistent with other pages' styling
This commit is contained in:
@@ -388,7 +388,7 @@ export default function MeetingSelection({
|
|||||||
<VStack gap={4}>
|
<VStack gap={4}>
|
||||||
<Icon as={FaCalendarAlt} boxSize="48px" color="gray.400" />
|
<Icon as={FaCalendarAlt} boxSize="48px" color="gray.400" />
|
||||||
<VStack gap={2}>
|
<VStack gap={2}>
|
||||||
<Text fontSize="xl" fontWeight="semibold" color="gray.700">
|
<Text fontSize="xl" fontWeight="semibold" color="black">
|
||||||
No meetings right now
|
No meetings right now
|
||||||
</Text>
|
</Text>
|
||||||
<Text fontSize="md" color="gray.600" maxW="400px">
|
<Text fontSize="md" color="gray.600" maxW="400px">
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ export default function MinimalHeader({
|
|||||||
alt="Reflector"
|
alt="Reflector"
|
||||||
/>
|
/>
|
||||||
</Link>
|
</Link>
|
||||||
<Text fontSize="lg" fontWeight="semibold" color="gray.700">
|
<Text fontSize="lg" fontWeight="semibold" color="black">
|
||||||
{roomTitle}
|
{roomTitle}
|
||||||
</Text>
|
</Text>
|
||||||
</Flex>
|
</Flex>
|
||||||
|
|||||||
Reference in New Issue
Block a user