Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frontend-clients
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OZG-Cloud
app
frontend-clients
Commits
6783087e
Commit
6783087e
authored
5 months ago
by
Alexander Reifschneider
Browse files
Options
Downloads
Patches
Plain Diff
OZG-6242 Add ghost styling
parent
e792fbfa
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!47
OZG 6242 button enhancement
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
alfa-client/libs/design-system/src/lib/button/button.component.ts
+1
-1
1 addition, 1 deletion
...ent/libs/design-system/src/lib/button/button.component.ts
with
1 addition
and
1 deletion
alfa-client/libs/design-system/src/lib/button/button.component.ts
+
1
−
1
View file @
6783087e
...
@@ -38,7 +38,7 @@ export const buttonVariants = cva(
...
@@ -38,7 +38,7 @@ export const buttonVariants = cva(
variant
:
{
variant
:
{
primary
:
'
hover:enabled:bg-primary-hover bg-primary text-white shadow-sm
'
,
primary
:
'
hover:enabled:bg-primary-hover bg-primary text-white shadow-sm
'
,
outline
:
'
border border-primary bg-background-50 text-primary hover:enabled:bg-background-100
'
,
outline
:
'
border border-primary bg-background-50 text-primary hover:enabled:bg-background-100
'
,
ghost
:
'
border-2 border-transparent hover:border-primary-hover text-primary
'
,
ghost
:
'
border-2 border-transparent hover:border-primary-hover text-primary
focus-visible:border-background-200
'
,
},
},
size
:
{
size
:
{
medium
:
'
h-9 py-2 px-4 min-w-32
'
,
medium
:
'
h-9 py-2 px-4 min-w-32
'
,
...
...
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