mirror of
https://github.com/tabler/tabler.git
synced 2026-08-05 19:03:18 +04:00
changed cass bg-secondary-lt to bg-surface-secondary in goals page
This commit is contained in:
@@ -54,9 +54,7 @@ const staticGoals = [
|
||||
</div>
|
||||
|
||||
<AvatarList stacked size="sm">
|
||||
{people.slice(0, 3).map((person) => (
|
||||
<Avatar person={person} size="sm" class="rounded-circle" />
|
||||
))}
|
||||
{people.slice(0, 3).map((person) => <Avatar person={person} size="sm" class="rounded-circle" />)}
|
||||
<Avatar placeholder="+5" size="sm" class="rounded-circle" />
|
||||
</AvatarList>
|
||||
</div>
|
||||
@@ -117,7 +115,7 @@ const staticGoals = [
|
||||
</div>
|
||||
|
||||
<div id="collapse-atlas" class="accordion-collapse collapse show border-bottom" data-bs-parent="#accordion-goals">
|
||||
<div class="accordion-body bg-secondary-lt">
|
||||
<div class="accordion-body bg-surface-secondary">
|
||||
<div class="d-flex justify-content-between py-3">
|
||||
<span class="subheader">key requirements</span>
|
||||
<span class="subheader">3 of 4 on target</span>
|
||||
|
||||
Reference in New Issue
Block a user