Skip to content

Commit 511ebb9

Browse files
committed
Minor adjustment
1 parent 9a5b16e commit 511ebb9

File tree

3 files changed

+12
-14
lines changed

3 files changed

+12
-14
lines changed

src/pages/bingo-ideas/hero-header.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ function HeroHeader() {
2828
<Box>
2929
<SpaceBetween size="s" direction="horizontal">
3030
<Button>
31-
<Box color="inherit" variant="code" fontWeight="bold">
32-
Try for free
33-
</Box>
31+
{/* <Box color="inherit" variant="code" fontWeight="bold"> */}
32+
Try for free
33+
{/* </Box> */}
3434
</Button>
3535
<Button variant="primary">
36-
<Box color="inherit" variant="code" fontWeight="bold">
37-
Suggest an idea
38-
</Box>
36+
{/* <Box color="inherit" variant="code" fontWeight="bold"> */}
37+
Suggest an idea
38+
{/* </Box> */}
3939
</Button>
4040
</SpaceBetween>
4141
</Box>

src/pages/bingo-ideas/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -504,9 +504,9 @@ export function CustomNavBar() {
504504
<Button iconName="search" variant="icon" className="search-button" />
505505
<Button iconName="grid-view" variant="icon" className="grid-button" />
506506
<Button>
507-
<Box color="inherit" variant="code" fontWeight="bold">
508-
Sign in
509-
</Box>
507+
{/* <Box color="inherit" variant="code" fontWeight="bold"> */}
508+
Sign in
509+
{/* </Box> */}
510510
</Button>
511511
</div>
512512
</div>

src/styles/base.scss

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,8 @@ ul.menu-list {
9898
}
9999

100100
.custom-style-tabs {
101-
button {
102-
span {
103-
font-size: 16px;
104-
font-weight: 500;
105-
}
101+
.awsui_tabs-tab-label_14rmt_1ebqu_348:not(#\9) {
102+
font-size: 16px;
103+
font-weight: 500;
106104
}
107105
}

0 commit comments

Comments
 (0)