Skip to content

Commit a9269c9

Browse files
committed
feat: enhance styling of ScopeFilterBar and ScopeList components for improved UI
1 parent ca0268d commit a9269c9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/authz-module/wizard/ScopeFilterBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const ScopeFilterBar = ({
7575
</div>
7676

7777
{contextType && (
78-
<Stack direction="horizontal" gap={2} className="align-items-center">
78+
<Stack direction="horizontal" gap={2} className="align-items-center mt-3">
7979
<span className="text-muted small">Filter applied:</span>
8080
<Badge className="py-1 px-2" variant="light">
8181
{contextLabel}

src/authz-module/wizard/ScopeList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ const ScopeList = ({
147147

148148
return (
149149
<div
150-
className="scope-list border rounded p-3"
150+
className="scope-list border rounded p-3 bg-light-100"
151151
style={{ maxHeight: '500px', overflowY: 'auto' }}
152152
>
153153
{isLoading ? (

0 commit comments

Comments
 (0)