Skip to content

Commit

Permalink
Merge pull request #297 from istiak-deriv/istiak/add_margin_20
Browse files Browse the repository at this point in the history
Istiak/Add Margin 20
  • Loading branch information
ramin-deriv authored Oct 17, 2023
2 parents e32d119 + b5f5f70 commit 3921dec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/deriv_theme/lib/src/dimens.dart
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ class Dimens {
/// 18 pixels margin
static const double margin18 = 18;

/// 20 pixels margin.
static const double margin20 = 20;

/// 24 pixels margin
static const double margin24 = 24;

Expand Down
2 changes: 2 additions & 0 deletions packages/deriv_theme/lib/theme_provider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ class ThemeProvider {

static const double margin18 = Dimens.margin18;

static const double margin20 = Dimens.margin20;

static const double margin24 = Dimens.margin24;

static const double margin32 = Dimens.margin32;
Expand Down

0 comments on commit 3921dec

Please sign in to comment.