Skip to content

Commit

Permalink
feat: Ayaan/Added margins 112 and 164 (#319)
Browse files Browse the repository at this point in the history
* Add dimens 112 and 164

* Update dimens.dart
  • Loading branch information
ayaan-deriv authored Nov 28, 2023
1 parent c8e27e0 commit bf62582
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/deriv_theme/lib/src/dimens.dart
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,18 @@ class Dimens {
/// 96 pixels margin.
static const double margin96 = 96;

/// 112 pixels margin.
static const double margin112 = 112;

/// 128 pixels margin.
static const double margin128 = 128;

/// 144 pixels margin.
static const double margin144 = 144;

/// 164 pixels margin.
static const double margin164 = 164;

/// 176 pixels margin.
static const double margin176 = 176;

Expand Down
4 changes: 4 additions & 0 deletions packages/deriv_theme/lib/theme_provider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,14 @@ class ThemeProvider {

static const double margin96 = Dimens.margin96;

static const double margin112 = Dimens.margin112;

static const double margin128 = Dimens.margin128;

static const double margin144 = Dimens.margin144;

static const double margin164 = Dimens.margin164;

static const double margin176 = Dimens.margin176;

static const double margin192 = Dimens.margin192;
Expand Down

0 comments on commit bf62582

Please sign in to comment.