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