Skip to content

Commit 376e952

Browse files
committed
fix: replace gradient background with solid color for nq-card component
1 parent 77ac10c commit 376e952

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/nimiq-css/src/css/utilities.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -631,9 +631,7 @@
631631

632632
.nq-card {
633633
& {
634-
--nq-gradient-from: var(--colors-neutral-gradient-from);
635-
--nq-gradient-to: var(--colors-neutral-gradient-to);
636-
background-image: radial-gradient(at 100% 100% in oklab, var(--nq-gradient-from) 0%, var(--nq-gradient-to) 100%);
634+
background-color: var(--colors-neutral-50);
637635
color: var(--colors-neutral);
638636
border-radius: 0.5rem;
639637
display: flex;

0 commit comments

Comments
 (0)