mirror of
https://github.com/emuplace/folium.emuplace.app.git
synced 2024-11-25 03:43:30 +01:00
Changed to violet for upcoming
This commit is contained in:
parent
e07bec6e78
commit
e125d2b1ee
@ -9,6 +9,17 @@ import { theme } from '../theme';
|
||||
|
||||
export default function NewHome() {
|
||||
const changes = [
|
||||
{
|
||||
text: 'v1.11',
|
||||
isLatest: false,
|
||||
isUpcoming: true,
|
||||
details: [
|
||||
{
|
||||
secondaryText: 'Added support for iPhone 16 series',
|
||||
tertiaryText: null
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'v1.10',
|
||||
isLatest: true,
|
||||
@ -108,7 +119,7 @@ export default function NewHome() {
|
||||
<Text>
|
||||
{item.text}
|
||||
</Text>
|
||||
<Badge color={item.isLatest ? theme.primaryColor : item.isUpcoming ? 'dark' : 'red'}>
|
||||
<Badge color={item.isLatest ? theme.primaryColor : item.isUpcoming ? 'violet' : 'red'}>
|
||||
{item.isLatest ? 'Latest' : item.isUpcoming ? 'Upcoming' : 'Outdated'}
|
||||
</Badge>
|
||||
</Group>
|
||||
|
Loading…
Reference in New Issue
Block a user