Skip to content

Commit b7171b3

Browse files
committed
minor
1 parent 4b191bc commit b7171b3

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

packages/daisyui/src/components/kbd.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
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: calc(var(--border) + 1px) solid
7-
color-mix(in srgb, var(--color-base-content) 20%, #0000);
6+
border-bottom-width: calc(var(--border) + 1px);
87
--size: calc(var(--size-selector, 0.25rem) * 6);
98
font-size: 0.875rem;
109
height: var(--size);

0 commit comments

Comments
 (0)