Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/daisyui/src/components/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
.btn {
@layer daisyui.l1.l2.l3 {
--size: calc(var(--size-field, 0.25rem) * 10);
--btn-p: 1rem;
--btn-p: 10rem;
--btn-fg: var(--color-base-content);

@apply inline-flex shrink-0 cursor-pointer flex-nowrap items-center justify-center gap-1.5 text-center align-middle outline-offset-2 select-none;
Expand Down
2 changes: 1 addition & 1 deletion packages/daisyui/src/components/megamenu.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@layer daisyui.l1.l2.l3 {
@apply relative flex items-center overflow-visible;
width: unset;
background-color: transparent;
background-color: red;
border-radius: calc(var(--radius-field) + var(--border));
--mm-anchor: --mm1;
--size: calc(var(--size-field, 0.25rem) * 10);
Expand Down