Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions .github/workflows/preview.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/production.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: GitHub Actions Vercel Production Deployment
name: Keep React Production Deployment
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion app/components/ComponentsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const TooltipComponent = () => {
return (
<Tooltip
title="Tooltip Title here"
content="Lorem ipsum dolor sit amet consectetur, adipisicing elit. Excepturi, alias."
content="A tooltip is a user interface component containing text that appears when a user hover."
trigger="hover"
placement="top"
animation="duration-300"
Expand Down
2 changes: 1 addition & 1 deletion app/src/components/CheckBox/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { keepCheckboxTheme } from '.'

export const checkboxTheme: keepCheckboxTheme = {
checkboxInput: 'opacity-0 peer absolute cursor-pointer',
base: 'border flex items-center justify-center relative duration-300 transition-all cursor-pointer opacity-100 pointer-events-none',
base: 'border flex items-center justify-center relative cursor-pointer opacity-100 pointer-events-none',
disabled: 'cursor-not-allowed opacity-50',
enabled: 'cursor-pointer opacity-100',
color: {
Expand Down