Skip to content

Commit eaa78a8

Browse files
committed
fix: kbd border width
1 parent 98844f1 commit eaa78a8

File tree

1 file changed

+2
-1
lines changed
  • packages/daisyui/src/components

1 file changed

+2
-1
lines changed

packages/daisyui/src/components/kbd.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
padding-left: 0.5em;
44
padding-right: 0.5em;
55
border: var(--border) solid color-mix(in srgb, var(--color-base-content) 20%, #0000);
6-
border-bottom-width: calc(var(--border) + 1px);
6+
border-bottom: calc(var(--border) + 1px) solid
7+
color-mix(in srgb, var(--color-base-content) 20%, #0000);
78
--size: calc(var(--size-selector, 0.25rem) * 6);
89
font-size: 0.875rem;
910
height: var(--size);

0 commit comments

Comments
 (0)