Skip to content

Commit 5744551

Browse files
committed
chore(webapp): sweep new charcoal usage and reconcile lockfile after rebase
1 parent 0933225 commit 5744551

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/webapp/app/routes/_app.orgs.$organizationSlug.settings.sso

apps/webapp/app/routes/_app.orgs.$organizationSlug.settings.sso/route.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@ function DirectorySyncSection({
986986
{directorySync.directories.map((dir) => (
987987
<div
988988
key={dir.id}
989-
className="flex items-center justify-between rounded-md border border-grid-bright bg-charcoal-800 px-3 py-2"
989+
className="flex items-center justify-between rounded-md border border-grid-bright bg-background-bright px-3 py-2"
990990
>
991991
<div>
992992
<Paragraph variant="small" className="text-text-bright">

0 commit comments

Comments
 (0)