diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 6eeaafddb..e50766ef8 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -40,7 +40,7 @@ jobs:
- run: npm ci
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- - run: npm install --no-save @microbit-foundation/python-editor-v3-microbit@0.2.0-experiment.rai.66 @microbit-foundation/website-deploy-aws@0.6.0 @microbit-foundation/website-deploy-aws-config@0.9.0 @microbit-foundation/circleci-npm-package-versioner@1
+ - run: npm install --no-save @microbit-foundation/python-editor-v3-microbit@0.2.0-experiment.rai.67 @microbit-foundation/website-deploy-aws@0.6.0 @microbit-foundation/website-deploy-aws-config@0.9.0 @microbit-foundation/circleci-npm-package-versioner@1
if: github.repository_owner == 'microbit-foundation'
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
diff --git a/src/deployment/default/panda-preset.ts b/src/deployment/default/panda-preset.ts
index c2e35755a..c220f1aa9 100644
--- a/src/deployment/default/panda-preset.ts
+++ b/src/deployment/default/panda-preset.ts
@@ -109,13 +109,6 @@ export const appPreset = definePreset({
button: {
variants: {
variant: {
- outline: {
- borderWidth: "2px",
- borderColor: "currentColor",
- color: "brand.500",
- bg: "transparent",
- _hover: { color: "brand.600", bg: "transparent" },
- },
// Icon buttons on the app's dark chrome (sidebar header,
// serial bar): white glyph, white pill on hover. The Chakra
// variant was ghost-based with callers passing color="white";
@@ -143,7 +136,6 @@ export const appPreset = definePreset({
},
},
},
- defaultVariants: { variant: "outline" },
},
},
},
diff --git a/src/simulator/SimulatorActionBar.tsx b/src/simulator/SimulatorActionBar.tsx
index ec4eed960..902a2b994 100644
--- a/src/simulator/SimulatorActionBar.tsx
+++ b/src/simulator/SimulatorActionBar.tsx
@@ -92,7 +92,7 @@ const SimulatorActionBar = ({
>
handleStop("user")}
aria-label={intl.formatMessage({ id: "simulator-stop" })}
isDisabled={running === RunningStatus.STOPPED}
@@ -101,7 +101,7 @@ const SimulatorActionBar = ({