ply-css 1.5.0 → 1.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -284,7 +284,7 @@ pre {
284
284
  color: var(--ply-color-body, colors.$color-body);
285
285
  background: var(--ply-color-code-bg, colors.$color-code-background);
286
286
  border: 1px solid var(--ply-color-code-border, colors.$color-code-border);
287
- border-radius: variables.$border-radius;
287
+ border-radius: var(--ply-border-radius);
288
288
  padding: 1rem;
289
289
  overflow: auto;
290
290
  }