mirror of
https://gitea.tendokyu.moe/ppc/amnet.git
synced 2026-09-27 09:23:03 +03:00
change colour for light theme
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user