File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed
src/nextapp/pages/manager/gateways Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ const NamespacesPage: React.FC = () => {
247
247
< PopoverArrow bgColor = "#373d3f" />
248
248
< PopoverBody >
249
249
If you need to change the Organization or Business Unit for
250
- your Namespace , submit a request through the{ ' ' }
250
+ your Gateway , submit a request through the{ ' ' }
251
251
< Link
252
252
href = { global . helpLinks . helpChangeOrgUrl }
253
253
target = "_blank"
Original file line number Diff line number Diff line change @@ -292,7 +292,15 @@ const MyGatewaysPage: React.FC = () => {
292
292
onClick = { handleNamespaceChange ( namespace ) }
293
293
cursor = "pointer"
294
294
transition = "background-color 0.2s"
295
- _hover = { { backgroundColor : "#f0f0f0" } }
295
+ _hover = { {
296
+ backgroundColor : "#EDEBE9" ,
297
+ h2 : {
298
+ color : 'bc-blue' ,
299
+ textDecor : 'underline' ,
300
+ } ,
301
+
302
+ cursor : 'pointer' ,
303
+ } }
296
304
>
297
305
< Box >
298
306
< Flex alignItems = "center" >
@@ -302,15 +310,15 @@ const MyGatewaysPage: React.FC = () => {
302
310
mr = { 4 }
303
311
boxSize = { 4 }
304
312
/>
305
- < Text
313
+ < Heading
306
314
fontSize = "md"
307
315
fontWeight = "bold"
308
- color = "bc-blue"
316
+ lineHeight = { 6 }
309
317
mr = { 2 }
310
318
data-testid = { `ns-list-activate-link-${ namespace . name } ` }
311
319
>
312
320
{ namespace . displayName }
313
- </ Text >
321
+ </ Heading >
314
322
</ Flex >
315
323
< Text fontSize = "md" pl = "33px" >
316
324
{ namespace . name }
You can’t perform that action at this time.
0 commit comments