File tree 3 files changed +3
-7
lines changed 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ $border-color_12: #9333EA;
295
295
296
296
// secondary button
297
297
.p-button.p-button-secondary {
298
- @include filled-style (' secondary' , ' support-5 ' );
298
+ @include filled-style (' secondary' , ' secondary-hover ' );
299
299
300
300
& .p-button-outlined {
301
301
@include outlined-style (' secondary' );
@@ -308,7 +308,7 @@ $border-color_12: #9333EA;
308
308
309
309
.p-buttonset.p-button-secondary {
310
310
> .p-button {
311
- @include filled-style (' secondary' , ' support-5 ' );
311
+ @include filled-style (' secondary' , ' secondary-hover ' );
312
312
313
313
& .p-button-outlined {
314
314
@include outlined-style (' secondary' );
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" flex justify-between items-center" >
3
3
<h2 v-t =" 'My Courses'" />
4
- <Button
5
- v-if =" isTeacher"
6
- class =" p-button-secondary md:hidden"
7
- icon =" pi pi-plus"
8
- />
9
4
<Button
10
5
v-if =" isTeacher"
11
6
:label =" t('Course')"
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ module.exports = {
18
18
secondary : {
19
19
DEFAULT : "#f37e2f" ,
20
20
gradient : "#e06410" ,
21
+ hover : "#d35e0f" ,
21
22
bgdisabled : '#e4e9ed' ,
22
23
} ,
23
24
gray : {
You can’t perform that action at this time.
0 commit comments