fix onboarding text in lightmode

fix issue where the library selector text was borked in light mode
This commit is contained in:
Violet Caulfield
2025-11-12 15:57:01 -06:00
parent 59e176ea08
commit e58c250ffc

View File

@@ -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>