File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/views/DailyStandup/StartSection Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ import DisplayPicture from '#components/DisplayPicture';
1414import {
1515 type JournalLeaveTypeEnum ,
1616 type JournalWorkFromHomeTypeEnum ,
17- type UsersAvailabilityQuery ,
18- type UsersAvailabilityQueryVariables ,
1917 type StandupConductorsQuery ,
2018 type StandupConductorsQueryVariables ,
19+ type UsersAvailabilityQuery ,
20+ type UsersAvailabilityQueryVariables ,
2121} from '#generated/types/graphql' ;
2222
2323import Slide from '../Slide' ;
Original file line number Diff line number Diff line change 2121
2222 .conductor {
2323 display : flex;
24- font-size : var (--font-size-sm );
2524 justify-content : center;
25+ font-size : var (--font-size-sm );
2626 gap : var (--spacing-sm );
2727
2828 .name {
You can’t perform that action at this time.
0 commit comments