Skip to content

Commit

Permalink
chore(fe): modify save button style (#2217)
Browse files Browse the repository at this point in the history
  • Loading branch information
B0XERCAT authored Nov 18, 2024
1 parent 23eeba6 commit a8009d2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -321,10 +321,10 @@ export default function Editor({
<div className="flex items-center gap-3">
<Button
size="icon"
className="size-7 h-8 w-[77px] shrink-0 gap-[5px] rounded-[4px] bg-[#D7E5FE] font-medium text-[#484C4D] hover:bg-[#c6d3ea]"
className="size-7 h-8 w-[77px] shrink-0 gap-[5px] rounded-[4px] bg-[#fafafa] font-medium text-[#484C4D] hover:bg-[#e1e1e1]"
onClick={saveCode}
>
<Save className="stroke-1" size={22} />
<Save className="stroke-[1.3]" size={22} />
Save
</Button>
<RunTestButton
Expand Down

0 comments on commit a8009d2

Please sign in to comment.