Skip to content

Commit

Permalink
feat(input): add ionic theme (#29247)
Browse files Browse the repository at this point in the history
Issue number: internal

---------

## What is the new behavior?
Adds the initial files for the Ionic input.

## Does this introduce a breaking change?

- [ ] Yes
- [x] No
  • Loading branch information
brandyscarney committed Apr 1, 2024
1 parent 5234224 commit 4fc3bbb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions core/src/components/input/input.ionic.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@import "./input";
@import "./input.ionic.vars";

// Ionic Input
// --------------------------------------------------
4 changes: 4 additions & 0 deletions core/src/components/input/input.ionic.vars.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

// Ionic Input
// --------------------------------------------------

2 changes: 1 addition & 1 deletion core/src/components/input/input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import { getCounterText } from './input.utils';
styleUrls: {
ios: 'input.ios.scss',
md: 'input.md.scss',
ionic: 'input.md.scss',
ionic: 'input.ionic.scss',
},
scoped: true,
})
Expand Down

0 comments on commit 4fc3bbb

Please sign in to comment.