Base dark theme implementation
This commit is contained in:
@@ -58,9 +58,7 @@ function JobListItemComponent({ openImagePicker, item }) {
|
||||
style={[
|
||||
styles.glassCard,
|
||||
{
|
||||
backgroundColor: theme.dark
|
||||
? "rgba(30,30,30,0.55)"
|
||||
: "rgba(255,255,255,0.55)",
|
||||
backgroundColor: theme.colors.primaryContainer,
|
||||
borderColor: theme.colors.outlineVariant,
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user