Skip to content

Commit 6e27fa8

Browse files
Refine tabs component styling and bump version to 1.1.2
1 parent 378ecb7 commit 6e27fa8

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

packages/main/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "launch.css",
33
"type": "module",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"description": "A classless CSS framework built for speed. Style your website later—build it now.",
66
"homepage": "https://launch-css.dev",
77
"main": "dist/index.css",

packages/main/src/compoments/_tabs.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[role="tablist"] {
22
display: flex;
33
gap: 0;
4-
margin-bottom: 1rem;
54
border-radius: 0.75rem;
65
background: var(--background-secondary);
76
padding: 0.25rem;
@@ -14,8 +13,7 @@
1413
border: none;
1514
border-radius: 0.5rem;
1615
background: none;
17-
background: transparent;
18-
padding: 0.75em 0;
16+
padding: 0.5em 0;
1917
color: var(--color-muted);
2018
text-align: center;
2119
text-decoration: none;

0 commit comments

Comments
 (0)