mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
better button
This commit is contained in:
@@ -54,6 +54,7 @@ export function CourseNavigation() {
|
|||||||
</div>
|
</div>
|
||||||
) : (
|
) : (
|
||||||
<button
|
<button
|
||||||
|
className="unstyled btn-outline"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
queryClient.invalidateQueries({
|
queryClient.invalidateQueries({
|
||||||
queryKey: canvasAssignmentKeys.assignments(settings.canvasId),
|
queryKey: canvasAssignmentKeys.assignments(settings.canvasId),
|
||||||
|
|||||||
@@ -97,8 +97,8 @@ button:not(.unstyled):not(.btn-danger),
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-outline {
|
.btn-outline {
|
||||||
@apply bg-transparent text-blue-200 border border-blue-500;
|
@apply bg-transparent text-slate-300 border-blue-900 border-2;
|
||||||
@apply hover:border-blue-500 hover:text-blue-100 hover:bg-blue-900;
|
@apply hover:border-blue-950 hover:text-blue-100 hover:bg-blue-950;
|
||||||
}
|
}
|
||||||
|
|
||||||
select {
|
select {
|
||||||
|
|||||||
Reference in New Issue
Block a user