mirror of
https://github.com/anultravioletaurora/Jellify.git
synced 2025-12-30 18:30:47 -06:00
fix onboarding text in lightmode
fix issue where the library selector text was borked in light mode
This commit is contained in:
@@ -102,7 +102,7 @@ export default function LibrarySelector({
|
||||
>
|
||||
<Text
|
||||
fontWeight={isSelected ? 'bold' : '600'}
|
||||
color={isSelected ? '$background' : '$color'}
|
||||
color={isSelected ? '$background' : 'unset'}
|
||||
>
|
||||
{library.Name ?? 'Unnamed Library'}
|
||||
</Text>
|
||||
|
||||
Reference in New Issue
Block a user