Add primary and secondary buttons with state to show as needed

This commit is contained in:
Saoud Rizwan
2024-07-09 09:55:19 -04:00
parent a360d1007e
commit 661d019bf1
2 changed files with 56 additions and 8 deletions

View File

@@ -15,7 +15,7 @@ const TaskHeader: React.FC<TaskHeaderProps> = ({ taskText, tokensIn, tokensOut,
return (
<div
style={{
padding: "10px",
padding: "12px",
}}>
<div
style={{