chore: update access token list

This commit is contained in:
Steven
2023-08-07 23:41:48 +08:00
parent b624576269
commit 9c134f4c8f
2 changed files with 11 additions and 9 deletions

View File

@@ -54,7 +54,7 @@ const Alert: React.FC<Props> = (props: Props) => {
<div className="w-80">
<p className="content-text mb-4">{content}</p>
<div className="w-full flex flex-row justify-end items-center space-x-2">
<Button variant="plain" onClick={handleCloseBtnClick}>
<Button variant="plain" color="neutral" onClick={handleCloseBtnClick}>
{closeBtnText}
</Button>
<Button color={style} onClick={handleConfirmBtnClick}>