Skip to content

Commit 5f47d7a

Browse files
committed
chore: fixes
1 parent 9bd89e3 commit 5f47d7a

File tree

1 file changed

+5
-5
lines changed
  • examples/kendo-react-freemium/src/pages

1 file changed

+5
-5
lines changed

examples/kendo-react-freemium/src/pages/Home.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export default function Home() {
7171
</Card>
7272
</div>
7373
</CardBody>
74-
<CardFooter className="border-0 !p-2">
74+
<CardFooter className="border-0 p-2">
7575
<Button fillMode="flat" themeColor="primary">See all</Button>
7676
</CardFooter>
7777
</Card>
@@ -122,14 +122,14 @@ export default function Home() {
122122
</CardBody>
123123
</Card>
124124
</CardBody>
125-
<CardFooter className="border-0 !p-2">
125+
<CardFooter className="border-0 p-2">
126126
<Button fillMode="flat" themeColor="primary">See all</Button>
127127
</CardFooter>
128128
</Card>
129129
</div>
130130
<div className="col-span-2 lg:col-span-5 xl:col-span-1 h-116">
131131
<Card className="rounded-2xl h-full">
132-
<CardHeader className="border-0 !flex !justify-between !items-center">
132+
<CardHeader className="border-0 flex justify-between items-center">
133133
<CardTitle className="font-medium">To-Do List</CardTitle>
134134
<Button fillMode="flat" themeColor="primary" svgIcon={plusIcon}>Add more tasks</Button>
135135
</CardHeader>
@@ -140,7 +140,7 @@ export default function Home() {
140140
</div>
141141
<div className="col-span-2 lg:col-span-5 xl:col-span-1 h-116">
142142
<Card className="rounded-2xl h-full">
143-
<CardHeader className="border-0 !flex !justify-between !items-center">
143+
<CardHeader className="border-0 flex justify-between items-center">
144144
<CardTitle className="font-medium">Tasks</CardTitle>
145145
</CardHeader>
146146
<CardBody className="h-full overflow-y-hidden">
@@ -149,7 +149,7 @@ export default function Home() {
149149
<GridColumn field="status" title="Status" editable={false} filterable={false} />
150150
</Grid>
151151
</CardBody>
152-
<CardFooter className="border-0 !p-2">
152+
<CardFooter className="border-0 p-2">
153153
<Button fillMode="flat" themeColor="primary">See all</Button>
154154
</CardFooter>
155155
</Card>

0 commit comments

Comments
 (0)