Skip to content

Commit

Permalink
Resolve suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Kristofer Giltvedt Selbekk <[email protected]>
  • Loading branch information
hannehaugland and selbekk authored Jul 10, 2023
1 parent 406840b commit a3f8ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/spor-react/src/theme/components/card-select.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const config = helpers.defineMultiStyleConfig({
borderRadius: "sm",
boxShadow: "md",
padding: 3,
textColor: mode("darkGrey", "lightGrey")(props),
color: mode("darkGrey", "lightGrey")(props),
backgroundColor: mode("white", "darkGrey")(props),
},
}),
Expand Down

0 comments on commit a3f8ad0

Please sign in to comment.