Skip to content

Commit

Permalink
2.0.0 - Material Design 3
Browse files Browse the repository at this point in the history
- Added supporting Material Design 3
- Added new color schemes and effects
  • Loading branch information
HeaTTheatR committed Dec 26, 2023
1 parent b4447e2 commit c93a243
Show file tree
Hide file tree
Showing 4 changed files with 2,051 additions and 1,458 deletions.
10 changes: 7 additions & 3 deletions kivymd/uix/pickers/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
from .colorpicker import MDColorPicker # NOQA F401
from .datepicker import MDDatePicker # NOQA F401
from .timepicker import MDTimePicker # NOQA F401
from .datepicker import (
MDModalDatePicker,
MDDockedDatePicker,
MDModalInputDatePicker,
) # NOQA F401

# from .timepicker import MDTimePicker # NOQA F401
6 changes: 3 additions & 3 deletions kivymd/uix/pickers/datepicker/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .datepicker import ( # NOQA F401
BaseDialogPicker,
DatePickerInputField,
MDDatePicker,
MDDockedDatePicker,
MDModalDatePicker,
MDModalInputDatePicker,
)
Loading

0 comments on commit c93a243

Please sign in to comment.