Skip to content

Commit

Permalink
fix: quick tour buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
tiensonqin committed Nov 18, 2023
1 parent 35eb57c commit b33ef98
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/main/frontend/components/onboarding/index.css
Expand Up @@ -416,8 +416,7 @@ body[data-page=import] {

.shepherd-footer {
button {
@apply bg-indigo-600 hover:bg-indigo-700;

background-color: var(--lx-bg-override, var(--lx-accent-09, var(--ls-button-background)));
padding: 4px 8px;
border-radius: 6px;
overflow: hidden;
Expand All @@ -433,6 +432,10 @@ body[data-page=import] {
@apply bg-gray-400;
}
}

button:hover {
background-color: var(--lx-bg-override, var(--lx-accent-10, var(--ls-button-background)));
}
}
}

Expand Down Expand Up @@ -622,4 +625,4 @@ html.is-native-android {
top: 0;
left: 0;
}
}
}

0 comments on commit b33ef98

Please sign in to comment.