Skip to content

Commit

Permalink
small change on tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
lazaronixon committed Aug 29, 2024
1 parent a6922ed commit 203e079
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## [Unreleased]

## [0.0.30] - 2024-08-29
## [0.0.31] - 2024-08-29
- Add layouts.
- Add border-b, border-i.
- Add sheet--right, sheet--left.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@
padding: var(--size-1);

button {
background-color: transparent;
color: var(--color-text-subtle);
inline-size: var(--size-full);
}

button[data-selected=true] {
--btn-background: var(--color-bg);
--btn-color: var(--color-text);
background-color: var(--color-bg);
color: var(--color-text);
}
}

0 comments on commit 203e079

Please sign in to comment.