Skip to content

Commit

Permalink
fix(*): card children styles
Browse files Browse the repository at this point in the history
  • Loading branch information
mptap committed Dec 12, 2024
1 parent 3a9d4e8 commit 39b442d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ const { i18n: { t } } = composables.useI18n()
grid-template-columns: auto auto !important;
.entity-empty-state-card {
background-color: var(--kui-color-text-neutral-weakest, $kui-color-background-neutral-weakest);
background-color: var(--kui-color-background-neutral-weakest, $kui-color-background-neutral-weakest);
border: $kui-border-width-10 solid $kui-color-border;
border-radius: var(--kui-border-radius-30, $kui-border-radius-30);
color: var(--kui-color-text-neutral-weak, $kui-color-text-neutral-weak);
Expand Down

0 comments on commit 39b442d

Please sign in to comment.