chore(SetupFont): rename controlManager to typographySettingsStore for better semantic #37

Merged
ilia merged 83 commits from feature/united-widget into main 2026-04-22 10:04:41 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 6905c54040 - Show all commits
+1 -1
View File
@@ -7,7 +7,7 @@
/* Base font size */ /* Base font size */
--font-size: 16px; --font-size: 16px;
/* GLYPHDIFF Swiss Design System */ /* GLYPHDIFF Design System */
/* Primary Colors */ /* Primary Colors */
--swiss-beige: #f3f0e9; --swiss-beige: #f3f0e9;
--swiss-red: #ff3b30; --swiss-red: #ff3b30;
+2 -2
View File
@@ -1,6 +1,6 @@
<!-- <!--
Component: SwissButtonGroup Component: ButtonGroup
Wraps SwissButtons in a warm-surface pill with a 1px gap and subtle border. Wraps buttons in a warm-surface pill with a small gap and subtle border.
Use for segmented controls, view toggles, or any mutually exclusive button set. Use for segmented controls, view toggles, or any mutually exclusive button set.
--> -->
<script lang="ts"> <script lang="ts">