Skip to content

Commit

Permalink
fixup! fix(NcDateTimePicker): improve design and make it consistent w…
Browse files Browse the repository at this point in the history
…ith Nc 30
  • Loading branch information
st3iny committed Sep 30, 2024
1 parent 8939e81 commit 135ff7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcDateTimePicker/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
.mx-week-number {
text-align: center;
opacity: $opacity_normal;
border-radius: (--border-radius-element)
border-radius: var(--border-radius-element)
}

// cell that are not in a table
Expand Down

0 comments on commit 135ff7d

Please sign in to comment.