Skip to content

Commit

Permalink
Fix CSS on the "Sync local files" button
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel committed Nov 18, 2023
1 parent 417cb6b commit abaff34
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export function SyncLocalFilesButton() {
const [isSyncing, setIsSyncing] = useState(false);
return (
<Button
variant="browser-chrome"
onClick={async () => {
setIsSyncing(true);
try {
Expand Down

0 comments on commit abaff34

Please sign in to comment.