Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
greg
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
it-bott-integrasjoner
greg
Commits
b1beb534
Verified
Commit
b1beb534
authored
3 years ago
by
Andreas Ellewsen
Browse files
Options
Downloads
Patches
Plain Diff
Make separators black on sponsor page
parent
c05de392
No related branches found
No related tags found
1 merge request
!216
Reduce use of red in styling
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
frontend/src/routes/sponsor/frontpage/index.tsx
+5
-5
5 additions, 5 deletions
frontend/src/routes/sponsor/frontpage/index.tsx
with
5 additions
and
5 deletions
frontend/src/routes/sponsor/frontpage/index.tsx
+
5
−
5
View file @
b1beb534
...
...
@@ -46,14 +46,14 @@ interface FrontPageProps {
guests
:
Guest
[]
}
const
StyledTableRow
=
styled
(
TableRow
)
(({
theme
})
=>
({
const
StyledTableRow
=
styled
(
TableRow
)({
borderTop
:
'
0
'
,
borderLeft
:
'
0
'
,
borderRight
:
'
0
'
,
borderBottom
:
'
2px solid
'
,
borderColor
:
theme
.
palette
.
primary
.
main
,
borderColor
:
'
black
'
,
borderRadius
:
'
0
'
,
})
)
})
const
StyledAccordion
=
styled
(
Accordion
)({
borderStyle
:
'
none
'
,
...
...
@@ -186,9 +186,9 @@ const GuestTable = ({ guests, emptyText }: GuestTableProps) => {
))
)
)
:
(
<
TableRow
>
<
Styled
TableRow
>
<
TableCell
>
{
emptyText
}
</
TableCell
>
</
TableRow
>
</
Styled
TableRow
>
)
}
</
TableBody
>
</
Table
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment