Bob AI: change border radius to large

This commit is contained in:
2026-02-09 16:20:07 +02:00
parent 366e56f281
commit 54db80c573

View File

@@ -11,7 +11,7 @@
--background-accent: 16px;; */
--background: 16px;;
--card: 16px;;
--card: large;;
--foreground: 16px;;
--primary-cta: 16px;;
--secondary-cta: 16px;;
@@ -190,8 +190,8 @@
--width-carousel-padding-controls: calc((100vw - var(--width-content-width)) / 2 + 1px);
--width-carousel-padding-expanded: calc((var(--width-content-width-expanded) - var(--width-content-width)) / 2 + 1px - var(--vw-1_5));
--width-carousel-padding-controls-expanded: calc((var(--width-content-width-expanded) - var(--width-content-width)) / 2 + 1px);
--width-carousel-item-3: var(--width-content-width);
--width-carousel-item-4: var(--width-content-width);
--width-carousel-item-3: large;
--width-carousel-item-4: large;
--width-x-padding-mask-fade: 10vw;
--height-4: 3.5vw;