File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
src/containers/Tenant/Diagnostics/TenantOverview Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 129129 margin-left : var (--tab-overlap );
130130 padding : 0 var (--g-spacing-3 ) var (--g-spacing-3 ) var (--g-spacing-3 );
131131
132- border-top : var (--tab-border-width ) solid var (--g-color-base-background );
133132 border-bottom : var (--tab-border-width ) solid var (--g-color-line-generic );
134133 background : var (--g-color-base-background );
135134
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ export function TabCard({
5151 < Card
5252 className = { b ( 'card-container' , { active} ) }
5353 type = "container"
54- view = { active ? 'outlined' : 'filled ' }
54+ view = { active ? 'outlined' : 'raised ' }
5555 >
5656 < Flex gap = { 3 } alignItems = "center" >
5757 < DoughnutMetrics
You can’t perform that action at this time.
0 commit comments