diff options
Diffstat (limited to 'src/components/elements/ConfirmAlert.js')
| -rw-r--r-- | src/components/elements/ConfirmAlert.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/elements/ConfirmAlert.js b/src/components/elements/ConfirmAlert.js index 96f4029d..37e6a450 100644 --- a/src/components/elements/ConfirmAlert.js +++ b/src/components/elements/ConfirmAlert.js @@ -16,8 +16,8 @@ const ConfirmAlert = ({ <p className="h2 mb-2">{title}</p> <p className="text-gray_r-11 mb-6">{caption}</p> <div className="flex gap-x-2"> - <button className="flex-1 btn-light" onClick={onClose}>{closeText}</button> - <button className="flex-1 btn-red" onClick={onSubmit}>{submitText}</button> + <button className="flex-1 btn-yellow" onClick={onClose}>{closeText}</button> + <button className="flex-1 btn-solid-red" onClick={onSubmit}>{submitText}</button> </div> </div> </> |
