Skip to content

Commit

Permalink
feat: ok
Browse files Browse the repository at this point in the history
  • Loading branch information
mlajkim committed Dec 14, 2024
1 parent b4a08ce commit 93e1c78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const ActionGroupCardButton: FC<Props> = ({ id }) => {
<StyledCircularButtonAtom
onClick={onPostActionByActionGroupId}
radius={80}
bgColor="green"
bgColor="green" // TODO: Just learned that the #XXXXXX works here xDD
title="Done!"
loading={loading}
typoProps={{
Expand Down

0 comments on commit 93e1c78

Please sign in to comment.