Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Metabase
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Show more breadcrumbs
Engineering Digital Service
Metabase
Commits
925f8183
Unverified
Commit
925f8183
authored
1 year ago
by
Oisin Coveney
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Add emotion.d.ts (#33191)
parent
847bc00b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
frontend/src/metabase/search/components/SearchFilterModal/SearchFilterModal.styled.tsx
+1
-2
1 addition, 2 deletions
...components/SearchFilterModal/SearchFilterModal.styled.tsx
frontend/src/types/emotion.d.ts
+7
-0
7 additions, 0 deletions
frontend/src/types/emotion.d.ts
with
8 additions
and
2 deletions
frontend/src/metabase/search/components/SearchFilterModal/SearchFilterModal.styled.tsx
+
1
−
2
View file @
925f8183
import
styled
from
"
@emotion/styled
"
;
import
{
color
}
from
"
metabase/lib/colors
"
;
export
const
SearchFilterWrapper
=
styled
.
div
`
& > * {
border-bottom: 1px solid
${
color
(
"
border
"
)
}
;
border-bottom: 1px solid
${
({
theme
})
=>
theme
.
color
s
.
border
[
0
]
}
;
padding: 1.5rem 2rem;
margin: 0;
}
...
...
This diff is collapsed.
Click to expand it.
frontend/src/types/emotion.d.ts
0 → 100644
+
7
−
0
View file @
925f8183
import
"
@emotion/react
"
;
import
type
{
MantineTheme
}
from
"
@mantine/core
"
;
declare
module
"
@emotion/react
"
{
// eslint-disable-next-line @typescript-eslint/no-empty-interface
export
interface
Theme
extends
MantineTheme
{}
}
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