From 54db80c573ca0600ce855701483b557d3b93b6a5 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 9 Feb 2026 16:20:07 +0200 Subject: [PATCH] Bob AI: change border radius to large --- src/app/styles/variables.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 1691a0f..e3009b5 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -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;