Skip to content

Commit

Permalink
fix: ????
Browse files Browse the repository at this point in the history
  • Loading branch information
byeoon committed Oct 17, 2024
1 parent 0c7bd3c commit 61b6a21
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/ui/settings/components/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,11 @@ const styles = stylesheet.createThemedStyleSheet({
},
header: {
padding: 0,
backgroundColor: semanticColors.HEADER_PRIMARY,
backgroundColor: semanticColors.INTERACTIVE_MUTED,
color: semanticColors.HEADER_PRIMARY,
borderTopLeftRadius: 5,
borderTopRightRadius: 5,
},
authors: {
color: semanticColors.HEADER_SECONDARY,
fontSize: 14,
},
actions: {
flexDirection: "row-reverse",
alignItems: "center",
Expand Down

0 comments on commit 61b6a21

Please sign in to comment.