Nihal2000 commited on
Commit
a7d014a
·
1 Parent(s): 2d99db8

fix: Remove invalid radius arguments from theme.py

Browse files
Files changed (1) hide show
  1. theme.py +0 -5
theme.py CHANGED
@@ -48,11 +48,6 @@ def create_debuggenie_theme():
48
  # Shadows - Minimal
49
  shadow_drop="none",
50
  shadow_drop_lg="0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
51
-
52
- # Radius - Moderate
53
- radius_sm="4px",
54
- radius_md="6px",
55
- radius_lg="8px",
56
  )
57
 
58
  return theme
 
48
  # Shadows - Minimal
49
  shadow_drop="none",
50
  shadow_drop_lg="0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
 
 
 
 
 
51
  )
52
 
53
  return theme