Skip to content

Commit 8d15219

Browse files
authored
improvement(invite): aligned styling (#2669)
* improvement(invite): aligned with rest of app * fix(invite): error handling * fix: addressed comments
1 parent c3adcf3 commit 8d15219

File tree

4 files changed

+359
-164
lines changed

4 files changed

+359
-164
lines changed

.cursor/rules/sim-styling.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ globs: ["apps/sim/**/*.tsx", "apps/sim/**/*.css"]
99

1010
1. **No inline styles** - Use Tailwind classes
1111
2. **No duplicate dark classes** - Skip `dark:` when value matches light mode
12-
3. **Exact values** - `text-[14px]`, `h-[25px]`
12+
3. **Exact values** - `text-[14px]`, `h-[26px]`
1313
4. **Transitions** - `transition-colors` for interactive states
1414

1515
## Conditional Classes

0 commit comments

Comments
 (0)