Skip to content

Commit ed27b90

Browse files
Afriq Yasin RamadhanAfriq Yasin Ramadhan
authored andcommitted
feat(foundation): add bg-gradient maroon to dark red
1 parent 0820313 commit ed27b90

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

packages/tailwind-preset/index.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,9 @@ module.exports = {
224224
},
225225
},
226226
},
227-
fill : ({ theme }) => ({ ...theme('backgroundColor') }),
228-
borderColor: {
227+
backgroundImage: { 'gradient-maroon-to-dark-red': 'linear-gradient(90deg, #37162E 0%, #482041 43.68%, #492143 55.03%, #52213F 64.67%, #58213C 76.02%, #912121 113.46%)' },
228+
fill : ({ theme }) => ({ ...theme('backgroundColor') }),
229+
borderColor : {
229230
DEFAULT: theme.colors.gray[15],
230231
default: {
231232
DEFAULT: theme.colors.gray[15],

src/components/text/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Used for the title of any sub-sections
1818
Default style of `Text` is a body text
1919

2020
<preview>
21-
<p-text class="bg-alpha-black-3">The quick brown fox jumps over the lazy dog.</p-text>
21+
<p-text>The quick brown fox jumps over the lazy dog.</p-text>
2222
</preview>
2323

2424
```vue

0 commit comments

Comments
 (0)