This commit is contained in:
Tomas Dvorak
2025-05-29 13:02:29 +02:00
parent bfb8b98747
commit 2a621d176d
2 changed files with 73 additions and 3 deletions
-1
View File
@@ -95,7 +95,6 @@
background: ${backgroundColor};
color: ${textColor};
border-radius: ${borderRadius}px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
${style.containerStyle || ''}
position: relative;
overflow: hidden;