File tree 2 files changed +9
-2
lines changed
web/src/pages/Dashboard/Courts/CourtCard
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ const Container = styled.div`
13
13
flex-direction: row;
14
14
gap: 16px;
15
15
align-items: center;
16
+ justify-content: space-between;
16
17
17
18
small {
18
19
height: 100%;
@@ -37,6 +38,12 @@ const StyledButton = styled(LightButton)`
37
38
color: ${ ( { theme } ) => theme . primaryBlue } ;
38
39
font-size: 14px;
39
40
}
41
+ > .button-svg {
42
+ margin-right: 0;
43
+ path {
44
+ fill: ${ ( { theme } ) => theme . primaryBlue } ;
45
+ }
46
+ }
40
47
` ;
41
48
42
49
interface ICourtName {
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ const Container = styled.div`
14
14
flex-direction: row;
15
15
gap: 16px;
16
16
width: 100%;
17
- justify-content: flex-end;
17
+ justify-content: flex-start;
18
+ align-items: center;
18
19
19
20
${ landscapeStyle (
20
21
( ) => css `
21
- align-items: center;
22
22
width: auto;
23
23
`
24
24
) }
You can’t perform that action at this time.
0 commit comments