mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-15 17:21:35 +10:00
90% completed, only final touches left
This commit is contained in:
@ -11,7 +11,7 @@ const Onyx = () => {
|
||||
style={{
|
||||
fontFamily: theme.font.family,
|
||||
backgroundColor: theme.colors.background,
|
||||
color: theme.colors.body,
|
||||
color: theme.colors.primary,
|
||||
}}
|
||||
>
|
||||
<div className="grid grid-cols-4 items-center">
|
||||
@ -181,7 +181,10 @@ const Onyx = () => {
|
||||
<span
|
||||
key={x}
|
||||
className="text-xs rounded-full px-3 py-1 font-medium my-2 mr-2"
|
||||
style={{ backgroundColor: theme.colors.body, color: theme.colors.background }}
|
||||
style={{
|
||||
backgroundColor: theme.colors.primary,
|
||||
color: theme.colors.background,
|
||||
}}
|
||||
>
|
||||
{x}
|
||||
</span>
|
||||
|
||||
5
src/templates/onyx/index.js
Normal file
5
src/templates/onyx/index.js
Normal file
@ -0,0 +1,5 @@
|
||||
import Onyx from './Onyx';
|
||||
import image from './preview.png';
|
||||
|
||||
export const Image = image;
|
||||
export default Onyx;
|
||||
BIN
src/templates/onyx/preview.png
Normal file
BIN
src/templates/onyx/preview.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 407 KiB |
Reference in New Issue
Block a user