@public-ui/theme-default 3.0.2-23b676ffff02d65bc7f05613310ad885935cd160.0 → 3.0.2-4d9d73e6b2febbdb23cf92ad1926eb0ccb66d12c.0

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.
package/README.md CHANGED
@@ -90,8 +90,8 @@ The following tokens are defined in `src/global.scss` and serve as the base for
90
90
  | ------------------------- | ---------------------------------------------------------------------------- | ---------------------------- |
91
91
  | `--border-radius` | `var(--kolibri-border-radius, 5px)` | Default border radius |
92
92
  | `--font-family` | `var(--kolibri-font-family, Verdana, Arial, Calibri, Helvetica, sans-serif)` | Default font |
93
- | `--font-size` | `var(--kolibri-font-size, #{rem(16)})` | Base font size |
94
- | `--spacing` | `var(--kolibri-spacing, #{rem(4)})` | Standard spacing |
93
+ | `--font-size` | `var(--kolibri-font-size, #{to-rem(16)})` | Base font size |
94
+ | `--spacing` | `var(--kolibri-spacing, #{to-rem(4)})` | Standard spacing |
95
95
  | `--border-width` | `var(--kolibri-border-width, 1px)` | Border width |
96
96
  | `--color-primary` | `var(--kolibri-color-primary, #004b76)` | Primary accent color |
97
97
  | `--color-primary-variant` | `var(--kolibri-color-primary-variant, #0077b6)` | Variant of the primary color |