Skip to content

Commit

Permalink
Merge pull request #34069 from neonbhai/focus-mode-modal-fixes
Browse files Browse the repository at this point in the history
[Focus Mode] Modal Redesign
  • Loading branch information
luacmartins authored Feb 29, 2024
2 parents 56a6f49 + 8b882bb commit 6d196f5
Show file tree
Hide file tree
Showing 9 changed files with 279 additions and 58 deletions.
173 changes: 173 additions & 0 deletions assets/images/product-illustrations/three_legged_laptop_woman.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/CONST.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3277,6 +3277,12 @@ const CONST = {

REPORT_FIELD_TITLE_FIELD_ID: 'text_title',

/** Dimensions for illustration shown in Confirmation Modal */
CONFIRM_CONTENT_SVG_SIZE: {
HEIGHT: 220,
WIDTH: 130,
},

DEBUG_CONSOLE: {
LEVELS: {
INFO: 'INFO',
Expand Down
Loading

0 comments on commit 6d196f5

Please sign in to comment.