change colour for light theme

This commit is contained in:
ppc
2024-08-13 21:33:41 +01:00
parent 3a570c0618
commit 1c4b43b769
+1 -1
View File
@@ -38,7 +38,7 @@ export function AMUICardDetail(props: { children?: Readonly<React.ReactNode> })
function CardComponent(props: AMUICardProps & AMUICardActionProps) {
const theme = useTheme();
return (<Card mode="outlined" style={{backgroundColor: theme.colors.background, borderColor: theme.colors.surface}}>
return (<Card mode="outlined" style={{backgroundColor: theme.colors.background, borderColor: theme.colors.surfaceVariant}}>
<Card.Content style={{
flexDirection: "row",
alignItems: "center",