Skip to content

Commit 4cb1007

Browse files
committed
chore: more small styling changes
1 parent d6f69fe commit 4cb1007

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/cta-ui/src/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,13 +165,13 @@ code {
165165

166166
[data-sidebar='group'] {
167167
background-color: hsl(240 5.9% 6%) !important;
168-
@apply mb-2 rounded-lg border-1 border-gray-800;
168+
@apply mb-2 rounded-lg inset-shadow-gray-600 inset-shadow-sm;
169169
}
170170

171171
[data-sidebar='content'] {
172172
@apply p-2 pt-5;
173173
}
174174

175175
[data-sidebar='header'] {
176-
@apply backdrop-blur-md shadow-gray-700 shadow-lg z-50;
176+
@apply shadow-gray-700 shadow-md z-50;
177177
}

0 commit comments

Comments
 (0)