Skip to content

Commit 6a632b5

Browse files
committed
chore: release v2.3.1
1 parent e1b0192 commit 6a632b5

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [2.3.1] - [17-July-2025]
6+
7+
## Updated
8+
9+
- **Modal & Drawer:** Adjusted shadow color for improved visual consistency.
10+
511
## [2.3.0] - [15-July-2025]
612

713
## Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flyonui",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"type": "module",
55
"description": "The easiest, free and open-source Tailwind CSS component library with semantic classes.",
66
"author": "ThemeSelection",

src/components/drawer.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.drawer {
2-
@apply bg-base-100 shadow-base-300/10 fixed z-80 flex size-full max-w-96 flex-col justify-between shadow-md;
2+
@apply bg-base-100 shadow-base-300/20 fixed z-80 flex size-full max-w-96 flex-col justify-between shadow-md;
33
}
44

55
.drawer-header {

src/components/modal.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
}
88

99
.modal-content {
10-
@apply bg-base-100 shadow-base-content/10 pointer-events-auto flex flex-col rounded-lg shadow-xl;
10+
@apply bg-base-100 shadow-base-300/20 pointer-events-auto flex flex-col rounded-lg shadow-xl;
1111
max-height: calc(100vh - 2rem);
1212
overscroll-behavior: contain;
1313
}

0 commit comments

Comments
 (0)